#6e2ace color space conversions
Hex:
        #6e2ace
        RGB:
        110, 42, 206
        CMY:
        57, 84, 19
        CMYK:
        47, 80, 0, 19
      HSL:
        265°, 66.1290%, 48.6275%
        HSV (HSB):
        265°, 79.6117%, 80.7843%
        XYZ:
        18.3990, 9.4272, 59.2424
        xyY:
        0.2113, 0.1083, 9.4272
      CIE-Lab:
        36.7940, 61.6772, -72.2512
        CIE-LCH:
        36.7940, 94.9964, 310.4857
        CIE-Luv:
        36.7940, 9.6622, -103.7818
        Hunter-Lab:
        30.7037, 53.2334, -92.9068
      #6e2ace color charts
#6e2ace RGB chart
      #6e2ace CMYK chart
      #6e2ace RGB pie chart
      #6e2ace color shades, tints & tones
#6e2ace color schemes
#6e2ace color preview, HTML & CSS examples
           This text has a color of #6e2ace        
        
          <p style="color:#6e2ace;">Text here</p>
        
        
          .mytext {color:#6e2ace;}
        
        Text color #6e2ace
      
           This box has a color of #6e2ace        
        
          <div style="background-color:#6e2ace;">Content here</div>
        
        
          .mybackground {background-color:#6e2ace;}
        
        Background color #6e2ace
      
           Border around this has a color of #6e2ace        
        
          <div style="border:2px solid #6e2ace;">Content here</div>
        
        
          .myborder {border:2px solid #6e2ace;}
        
        Border color #6e2ace