#7000ff color space conversions
Hex:
        #7000ff
        RGB:
        112, 0, 255
        CMY:
        56, 100, 0
        CMYK:
        56, 100, 0, 0
      HSL:
        266°, 100.0000%, 50.0000%
        HSV (HSB):
        266°, 100.0000%, 100.0000%
        XYZ:
        24.7321, 10.6647, 95.3627
        xyY:
        0.1891, 0.0816, 10.6647
      CIE-Lab:
        39.0100, 82.0988, -96.5086
        CIE-LCH:
        39.0100, 126.7048, 310.3874
        CIE-Luv:
        39.0100, 6.2338, -134.1161
        Hunter-Lab:
        32.6569, 78.0339, -150.2751
      #7000ff color charts
#7000ff RGB chart
      #7000ff CMYK chart
      #7000ff RGB pie chart
      #7000ff color shades, tints & tones
#7000ff color schemes
#7000ff color preview, HTML & CSS examples
           This text has a color of #7000ff        
        
          <p style="color:#7000ff;">Text here</p>
        
        
          .mytext {color:#7000ff;}
        
        Text color #7000ff
      
           This box has a color of #7000ff        
        
          <div style="background-color:#7000ff;">Content here</div>
        
        
          .mybackground {background-color:#7000ff;}
        
        Background color #7000ff
      
           Border around this has a color of #7000ff        
        
          <div style="border:2px solid #7000ff;">Content here</div>
        
        
          .myborder {border:2px solid #7000ff;}
        
        Border color #7000ff