#7000ea color space conversions
Hex:
        #7000ea
        RGB:
        112, 0, 234
        CMY:
        56, 100, 8
        CMYK:
        52, 100, 0, 8
      HSL:
        269°, 100.0000%, 45.8824%
        HSV (HSB):
        269°, 100.0000%, 91.7647%
        XYZ:
        21.5334, 9.3853, 78.5185
        xyY:
        0.1968, 0.0858, 9.3853
      CIE-Lab:
        36.7157, 77.5862, -88.4605
        CIE-LCH:
        36.7157, 117.6643, 311.2531
        CIE-Luv:
        36.7157, 8.9007, -122.2072
        Hunter-Lab:
        30.6354, 71.8544, -130.5156
      #7000ea color charts
#7000ea RGB chart
      #7000ea CMYK chart
      #7000ea RGB pie chart
      #7000ea color shades, tints & tones
#7000ea color schemes
#7000ea color preview, HTML & CSS examples
           This text has a color of #7000ea        
        
          <p style="color:#7000ea;">Text here</p>
        
        
          .mytext {color:#7000ea;}
        
        Text color #7000ea
      
           This box has a color of #7000ea        
        
          <div style="background-color:#7000ea;">Content here</div>
        
        
          .mybackground {background-color:#7000ea;}
        
        Background color #7000ea
      
           Border around this has a color of #7000ea        
        
          <div style="border:2px solid #7000ea;">Content here</div>
        
        
          .myborder {border:2px solid #7000ea;}
        
        Border color #7000ea