#5f00ca color space conversions
Hex:
        #5f00ca
        RGB:
        95, 0, 202
        CMY:
        63, 100, 21
        CMYK:
        53, 100, 0, 21
      HSL:
        268°, 100.0000%, 39.6078%
        HSV (HSB):
        268°, 100.0000%, 79.2157%
        XYZ:
        15.3800, 6.6972, 56.3592
        xyY:
        0.1961, 0.0854, 6.6972
      CIE-Lab:
        31.1073, 69.4153, -79.3630
        CIE-LCH:
        31.1073, 105.4370, 311.1747
        CIE-Luv:
        31.1073, 7.3131, -103.8421
        Hunter-Lab:
        25.8789, 60.7957, -111.0069
      #5f00ca color charts
#5f00ca RGB chart
      #5f00ca CMYK chart
      #5f00ca RGB pie chart
      #5f00ca color shades, tints & tones
#5f00ca color schemes
#5f00ca color preview, HTML & CSS examples
           This text has a color of #5f00ca        
        
          <p style="color:#5f00ca;">Text here</p>
        
        
          .mytext {color:#5f00ca;}
        
        Text color #5f00ca
      
           This box has a color of #5f00ca        
        
          <div style="background-color:#5f00ca;">Content here</div>
        
        
          .mybackground {background-color:#5f00ca;}
        
        Background color #5f00ca
      
           Border around this has a color of #5f00ca        
        
          <div style="border:2px solid #5f00ca;">Content here</div>
        
        
          .myborder {border:2px solid #5f00ca;}
        
        Border color #5f00ca