#7e00ff color space conversions
Hex:
        #7e00ff
        RGB:
        126, 0, 255
        CMY:
        51, 100, 0
        CMYK:
        51, 100, 0, 0
      HSL:
        270°, 100.0000%, 50.0000%
        HSV (HSB):
        270°, 100.0000%, 100.0000%
        XYZ:
        26.6542, 11.6556, 95.4527
        xyY:
        0.1993, 0.0871, 11.6556
      CIE-Lab:
        40.6635, 83.0356, -93.7179
        CIE-LCH:
        40.6635, 125.2116, 311.5415
        CIE-Luv:
        40.6635, 10.9456, -133.9052
        Hunter-Lab:
        34.1403, 79.6137, -141.8702
      #7e00ff color charts
#7e00ff RGB chart
      #7e00ff CMYK chart
      #7e00ff RGB pie chart
      #7e00ff color shades, tints & tones
#7e00ff color schemes
#7e00ff color preview, HTML & CSS examples
           This text has a color of #7e00ff        
        
          <p style="color:#7e00ff;">Text here</p>
        
        
          .mytext {color:#7e00ff;}
        
        Text color #7e00ff
      
           This box has a color of #7e00ff        
        
          <div style="background-color:#7e00ff;">Content here</div>
        
        
          .mybackground {background-color:#7e00ff;}
        
        Background color #7e00ff
      
           Border around this has a color of #7e00ff        
        
          <div style="border:2px solid #7e00ff;">Content here</div>
        
        
          .myborder {border:2px solid #7e00ff;}
        
        Border color #7e00ff