#640ccc color space conversions
Hex:
        #640ccc
        RGB:
        100, 12, 204
        CMY:
        61, 95, 20
        CMYK:
        51, 94, 0, 20
      HSL:
        268°, 88.8889%, 42.3529%
        HSV (HSB):
        268°, 94.1176%, 80.0000%
        XYZ:
        16.2861, 7.3319, 57.6836
        xyY:
        0.2003, 0.0902, 7.3319
      CIE-Lab:
        32.5509, 68.4420, -78.1222
        CIE-LCH:
        32.5509, 103.8624, 311.2212
        CIE-Luv:
        32.5509, 8.3806, -104.8915
        Hunter-Lab:
        27.0775, 59.9754, -107.3521
      #640ccc color charts
#640ccc RGB chart
      #640ccc CMYK chart
      #640ccc RGB pie chart
      #640ccc color shades, tints & tones
#640ccc color schemes
#640ccc color preview, HTML & CSS examples
           This text has a color of #640ccc        
        
          <p style="color:#640ccc;">Text here</p>
        
        
          .mytext {color:#640ccc;}
        
        Text color #640ccc
      
           This box has a color of #640ccc        
        
          <div style="background-color:#640ccc;">Content here</div>
        
        
          .mybackground {background-color:#640ccc;}
        
        Background color #640ccc
      
           Border around this has a color of #640ccc        
        
          <div style="border:2px solid #640ccc;">Content here</div>
        
        
          .myborder {border:2px solid #640ccc;}
        
        Border color #640ccc