#7000ce color space conversions
Hex:
        #7000ce
        RGB:
        112, 0, 206
        CMY:
        56, 100, 19
        CMYK:
        46, 100, 0, 19
      HSL:
        273°, 100.0000%, 40.3922%
        HSV (HSB):
        273°, 100.0000%, 80.7843%
        XYZ:
        17.8227, 7.9010, 58.9782
        xyY:
        0.2104, 0.0933, 7.9010
      CIE-Lab:
        33.7758, 71.6350, -77.2120
        CIE-LCH:
        33.7758, 105.3246, 312.8542
        CIE-Luv:
        33.7758, 13.0532, -105.9728
        Hunter-Lab:
        28.1087, 63.9901, -104.7274
      #7000ce color charts
#7000ce RGB chart
      #7000ce CMYK chart
      #7000ce RGB pie chart
      #7000ce color shades, tints & tones
#7000ce color schemes
#7000ce color preview, HTML & CSS examples
           This text has a color of #7000ce        
        
          <p style="color:#7000ce;">Text here</p>
        
        
          .mytext {color:#7000ce;}
        
        Text color #7000ce
      
           This box has a color of #7000ce        
        
          <div style="background-color:#7000ce;">Content here</div>
        
        
          .mybackground {background-color:#7000ce;}
        
        Background color #7000ce
      
           Border around this has a color of #7000ce        
        
          <div style="border:2px solid #7000ce;">Content here</div>
        
        
          .myborder {border:2px solid #7000ce;}
        
        Border color #7000ce