#500adf color space conversions
Hex:
        #500adf
        RGB:
        80, 10, 223
        CMY:
        69, 96, 13
        CMYK:
        64, 96, 0, 13
      HSL:
        260°, 91.4163%, 45.6863%
        HSV (HSB):
        260°, 95.5157%, 87.4510%
        XYZ:
        16.7361, 7.2503, 70.3294
        xyY:
        0.1774, 0.0769, 7.2503
      CIE-Lab:
        32.3700, 71.7562, -89.4878
        CIE-LCH:
        32.3700, 114.7040, 308.7246
        CIE-Luv:
        32.3700, 0.4697, -115.4739
        Hunter-Lab:
        26.9263, 63.8258, -136.0123
      #500adf color charts
#500adf RGB chart
      #500adf CMYK chart
      #500adf RGB pie chart
      #500adf color shades, tints & tones
#500adf color schemes
#500adf color preview, HTML & CSS examples
           This text has a color of #500adf        
        
          <p style="color:#500adf;">Text here</p>
        
        
          .mytext {color:#500adf;}
        
        Text color #500adf
      
           This box has a color of #500adf        
        
          <div style="background-color:#500adf;">Content here</div>
        
        
          .mybackground {background-color:#500adf;}
        
        Background color #500adf
      
           Border around this has a color of #500adf        
        
          <div style="border:2px solid #500adf;">Content here</div>
        
        
          .myborder {border:2px solid #500adf;}
        
        Border color #500adf