#702aed color space conversions
Hex:
        #702aed
        RGB:
        112, 42, 237
        CMY:
        56, 84, 7
        CMYK:
        53, 82, 0, 7
      HSL:
        262°, 84.4156%, 54.7059%
        HSV (HSB):
        262°, 82.2785%, 92.9412%
        XYZ:
        22.7961, 11.2151, 81.0840
        xyY:
        0.1981, 0.0974, 11.2151
      CIE-Lab:
        39.9404, 69.5319, -84.8332
        CIE-LCH:
        39.9404, 109.6875, 309.3391
        CIE-Luv:
        39.9404, 6.2981, -122.4916
        Hunter-Lab:
        33.4890, 62.9003, -120.1117
      #702aed color charts
#702aed RGB chart
      #702aed CMYK chart
      #702aed RGB pie chart
      #702aed color shades, tints & tones
#702aed color schemes
#702aed color preview, HTML & CSS examples
           This text has a color of #702aed        
        
          <p style="color:#702aed;">Text here</p>
        
        
          .mytext {color:#702aed;}
        
        Text color #702aed
      
           This box has a color of #702aed        
        
          <div style="background-color:#702aed;">Content here</div>
        
        
          .mybackground {background-color:#702aed;}
        
        Background color #702aed
      
           Border around this has a color of #702aed        
        
          <div style="border:2px solid #702aed;">Content here</div>
        
        
          .myborder {border:2px solid #702aed;}
        
        Border color #702aed