#702acc color space conversions
Hex:
        #702acc
        RGB:
        112, 42, 204
        CMY:
        56, 84, 20
        CMYK:
        45, 79, 0, 20
      HSL:
        266°, 65.8537%, 48.2353%
        HSV (HSB):
        266°, 79.4118%, 80.0000%
        XYZ:
        18.4091, 9.4603, 57.9825
        xyY:
        0.2144, 0.1102, 9.4603
      CIE-Lab:
        36.8558, 61.4641, -70.9789
        CIE-LCH:
        36.8558, 93.8927, 310.8909
        CIE-Luv:
        36.8558, 10.7596, -102.3495
        Hunter-Lab:
        30.7576, 53.0105, -90.2398
      #702acc color charts
#702acc RGB chart
      #702acc CMYK chart
      #702acc RGB pie chart
      #702acc color shades, tints & tones
#702acc color schemes
#702acc color preview, HTML & CSS examples
           This text has a color of #702acc        
        
          <p style="color:#702acc;">Text here</p>
        
        
          .mytext {color:#702acc;}
        
        Text color #702acc
      
           This box has a color of #702acc        
        
          <div style="background-color:#702acc;">Content here</div>
        
        
          .mybackground {background-color:#702acc;}
        
        Background color #702acc
      
           Border around this has a color of #702acc        
        
          <div style="border:2px solid #702acc;">Content here</div>
        
        
          .myborder {border:2px solid #702acc;}
        
        Border color #702acc