#512bdd color space conversions
Hex:
        #512bdd
        RGB:
        81, 43, 221
        CMY:
        68, 83, 13
        CMYK:
        63, 81, 0, 13
      HSL:
        253°, 72.3577%, 51.7647%
        HSV (HSB):
        253°, 80.5430%, 86.6667%
        XYZ:
        17.3084, 8.6975, 69.1732
        xyY:
        0.1819, 0.0914, 8.6975
      CIE-Lab:
        35.3953, 61.8746, -83.3190
        CIE-LCH:
        35.3953, 103.7811, 306.5984
        CIE-Luv:
        35.3953, -1.3692, -114.1218
        Hunter-Lab:
        29.4916, 53.1498, -118.4218
      #512bdd color charts
#512bdd RGB chart
      #512bdd CMYK chart
      #512bdd RGB pie chart
      #512bdd color shades, tints & tones
#512bdd color schemes
#512bdd color preview, HTML & CSS examples
           This text has a color of #512bdd        
        
          <p style="color:#512bdd;">Text here</p>
        
        
          .mytext {color:#512bdd;}
        
        Text color #512bdd
      
           This box has a color of #512bdd        
        
          <div style="background-color:#512bdd;">Content here</div>
        
        
          .mybackground {background-color:#512bdd;}
        
        Background color #512bdd
      
           Border around this has a color of #512bdd        
        
          <div style="border:2px solid #512bdd;">Content here</div>
        
        
          .myborder {border:2px solid #512bdd;}
        
        Border color #512bdd