#7000cf color space conversions
Hex:
        #7000cf
        RGB:
        112, 0, 207
        CMY:
        56, 100, 19
        CMYK:
        46, 100, 0, 19
      HSL:
        272°, 100.0000%, 40.5882%
        HSV (HSB):
        272°, 100.0000%, 81.1765%
        XYZ:
        17.9446, 7.9497, 59.6202
        xyY:
        0.2098, 0.0930, 7.9497
      CIE-Lab:
        33.8780, 71.8455, -77.6252
        CIE-LCH:
        33.8780, 105.7707, 312.7856
        CIE-Luv:
        33.8780, 12.8909, -106.5609
        Hunter-Lab:
        28.1953, 64.2626, -105.6346
      #7000cf color charts
#7000cf RGB chart
      #7000cf CMYK chart
      #7000cf RGB pie chart
      #7000cf color shades, tints & tones
#7000cf color schemes
#7000cf color preview, HTML & CSS examples
           This text has a color of #7000cf        
        
          <p style="color:#7000cf;">Text here</p>
        
        
          .mytext {color:#7000cf;}
        
        Text color #7000cf
      
           This box has a color of #7000cf        
        
          <div style="background-color:#7000cf;">Content here</div>
        
        
          .mybackground {background-color:#7000cf;}
        
        Background color #7000cf
      
           Border around this has a color of #7000cf        
        
          <div style="border:2px solid #7000cf;">Content here</div>
        
        
          .myborder {border:2px solid #7000cf;}
        
        Border color #7000cf