#500cdf color space conversions
Hex:
        #500cdf
        RGB:
        80, 12, 223
        CMY:
        69, 95, 13
        CMYK:
        64, 95, 0, 13
      HSL:
        259°, 89.7872%, 46.0784%
        HSV (HSB):
        259°, 94.6188%, 87.4510%
        XYZ:
        16.7590, 7.2961, 70.3370
        xyY:
        0.1775, 0.0773, 7.2961
      CIE-Lab:
        32.4718, 71.4455, -89.3186
        CIE-LCH:
        32.4718, 114.3777, 308.6561
        CIE-Luv:
        32.4718, 0.4032, -115.4984
        Hunter-Lab:
        27.0114, 63.4793, -135.4821
      #500cdf color charts
#500cdf RGB chart
      #500cdf CMYK chart
      #500cdf RGB pie chart
      #500cdf color shades, tints & tones
#500cdf color schemes
#500cdf color preview, HTML & CSS examples
           This text has a color of #500cdf        
        
          <p style="color:#500cdf;">Text here</p>
        
        
          .mytext {color:#500cdf;}
        
        Text color #500cdf
      
           This box has a color of #500cdf        
        
          <div style="background-color:#500cdf;">Content here</div>
        
        
          .mybackground {background-color:#500cdf;}
        
        Background color #500cdf
      
           Border around this has a color of #500cdf        
        
          <div style="border:2px solid #500cdf;">Content here</div>
        
        
          .myborder {border:2px solid #500cdf;}
        
        Border color #500cdf