#ed3aed color space conversions
Hex:
        #ed3aed
        RGB:
        237, 58, 237
        CMY:
        7, 77, 7
        CMYK:
        0, 76, 0, 7
      HSL:
        300°, 83.2558%, 57.8431%
        HSV (HSB):
        300°, 75.5274%, 92.9412%
        XYZ:
        51.7242, 27.1451, 82.6341
        xyY:
        0.3203, 0.1681, 27.1451
      CIE-Lab:
        59.1084, 84.4715, -52.9329
        CIE-LCH:
        59.1084, 99.6862, 327.9273
        CIE-Luv:
        59.1084, 72.9084, -94.2740
        Hunter-Lab:
        52.1009, 86.0326, -57.5656
      #ed3aed color charts
#ed3aed RGB chart
      #ed3aed CMYK chart
      #ed3aed RGB pie chart
      #ed3aed color shades, tints & tones
#ed3aed color schemes
#ed3aed color preview, HTML & CSS examples
           This text has a color of #ed3aed        
        
          <p style="color:#ed3aed;">Text here</p>
        
        
          .mytext {color:#ed3aed;}
        
        Text color #ed3aed
      
           This box has a color of #ed3aed        
        
          <div style="background-color:#ed3aed;">Content here</div>
        
        
          .mybackground {background-color:#ed3aed;}
        
        Background color #ed3aed
      
           Border around this has a color of #ed3aed        
        
          <div style="border:2px solid #ed3aed;">Content here</div>
        
        
          .myborder {border:2px solid #ed3aed;}
        
        Border color #ed3aed