#7f00ac color space conversions
Hex:
        #7f00ac
        RGB:
        127, 0, 172
        CMY:
        50, 100, 33
        CMYK:
        26, 100, 0, 33
      HSL:
        284°, 100.0000%, 33.7255%
        HSV (HSB):
        284°, 100.0000%, 67.4510%
        XYZ:
        16.1988, 7.4906, 39.6218
        xyY:
        0.2559, 0.1183, 7.4906
      CIE-Lab:
        32.8986, 66.4460, -58.4788
        CIE-LCH:
        32.8986, 88.5146, 318.6491
        CIE-Luv:
        32.8986, 27.3889, -83.7686
        Hunter-Lab:
        27.3689, 57.7528, -66.6754
      #7f00ac color charts
#7f00ac RGB chart
      #7f00ac CMYK chart
      #7f00ac RGB pie chart
      #7f00ac color shades, tints & tones
#7f00ac color schemes
#7f00ac color preview, HTML & CSS examples
           This text has a color of #7f00ac        
        
          <p style="color:#7f00ac;">Text here</p>
        
        
          .mytext {color:#7f00ac;}
        
        Text color #7f00ac
      
           This box has a color of #7f00ac        
        
          <div style="background-color:#7f00ac;">Content here</div>
        
        
          .mybackground {background-color:#7f00ac;}
        
        Background color #7f00ac
      
           Border around this has a color of #7f00ac        
        
          <div style="border:2px solid #7f00ac;">Content here</div>
        
        
          .myborder {border:2px solid #7f00ac;}
        
        Border color #7f00ac