#700fdc color space conversions
Hex:
        #700fdc
        RGB:
        112, 15, 220
        CMY:
        56, 94, 14
        CMYK:
        49, 93, 0, 14
      HSL:
        268°, 87.2340%, 46.0784%
        HSV (HSB):
        268°, 93.1818%, 86.2745%
        XYZ:
        19.7712, 8.9537, 68.3963
        xyY:
        0.2036, 0.0922, 8.9537
      CIE-Lab:
        35.8950, 72.5713, -81.8115
        CIE-LCH:
        35.8950, 109.3605, 311.5748
        CIE-Luv:
        35.8950, 10.4008, -113.8759
        Hunter-Lab:
        29.9227, 65.5775, -114.5771
      #700fdc color charts
#700fdc RGB chart
      #700fdc CMYK chart
      #700fdc RGB pie chart
      #700fdc color shades, tints & tones
#700fdc color schemes
#700fdc color preview, HTML & CSS examples
           This text has a color of #700fdc        
        
          <p style="color:#700fdc;">Text here</p>
        
        
          .mytext {color:#700fdc;}
        
        Text color #700fdc
      
           This box has a color of #700fdc        
        
          <div style="background-color:#700fdc;">Content here</div>
        
        
          .mybackground {background-color:#700fdc;}
        
        Background color #700fdc
      
           Border around this has a color of #700fdc        
        
          <div style="border:2px solid #700fdc;">Content here</div>
        
        
          .myborder {border:2px solid #700fdc;}
        
        Border color #700fdc