#700ff3 color space conversions
Hex:
        #700ff3
        RGB:
        112, 15, 243
        CMY:
        56, 94, 5
        CMYK:
        54, 94, 0, 5
      HSL:
        266°, 90.4762%, 50.5882%
        HSV (HSB):
        266°, 93.8272%, 95.2941%
        XYZ:
        23.0306, 10.2575, 85.5601
        xyY:
        0.1938, 0.0863, 10.2575
      CIE-Lab:
        38.3006, 77.6615, -90.9366
        CIE-LCH:
        38.3006, 119.5859, 310.4979
        CIE-Luv:
        38.3006, 7.2858, -127.1728
        Hunter-Lab:
        32.0273, 72.3104, -135.9727
      #700ff3 color charts
#700ff3 RGB chart
      #700ff3 CMYK chart
      #700ff3 RGB pie chart
      #700ff3 color shades, tints & tones
#700ff3 color schemes
#700ff3 color preview, HTML & CSS examples
           This text has a color of #700ff3        
        
          <p style="color:#700ff3;">Text here</p>
        
        
          .mytext {color:#700ff3;}
        
        Text color #700ff3
      
           This box has a color of #700ff3        
        
          <div style="background-color:#700ff3;">Content here</div>
        
        
          .mybackground {background-color:#700ff3;}
        
        Background color #700ff3
      
           Border around this has a color of #700ff3        
        
          <div style="border:2px solid #700ff3;">Content here</div>
        
        
          .myborder {border:2px solid #700ff3;}
        
        Border color #700ff3