#510cac color space conversions
Hex:
        #510cac
        RGB:
        81, 12, 172
        CMY:
        68, 95, 33
        CMYK:
        53, 93, 0, 33
      HSL:
        266°, 86.9565%, 36.0784%
        HSV (HSB):
        266°, 93.0233%, 67.4510%
        XYZ:
        10.9712, 4.9908, 39.4148
        xyY:
        0.1981, 0.0901, 4.9908
      CIE-Lab:
        26.7086, 59.3604, -68.9021
        CIE-LCH:
        26.7086, 90.9460, 310.7455
        CIE-Luv:
        26.7086, 5.9719, -86.1908
        Hunter-Lab:
        22.3402, 48.5656, -88.9673
      #510cac color charts
#510cac RGB chart
      #510cac CMYK chart
      #510cac RGB pie chart
      #510cac color shades, tints & tones
#510cac color schemes
#510cac color preview, HTML & CSS examples
           This text has a color of #510cac        
        
          <p style="color:#510cac;">Text here</p>
        
        
          .mytext {color:#510cac;}
        
        Text color #510cac
      
           This box has a color of #510cac        
        
          <div style="background-color:#510cac;">Content here</div>
        
        
          .mybackground {background-color:#510cac;}
        
        Background color #510cac
      
           Border around this has a color of #510cac        
        
          <div style="border:2px solid #510cac;">Content here</div>
        
        
          .myborder {border:2px solid #510cac;}
        
        Border color #510cac