#6f32ed color space conversions
Hex:
        #6f32ed
        RGB:
        111, 50, 237
        CMY:
        56, 80, 7
        CMYK:
        53, 79, 0, 7
      HSL:
        260°, 83.8565%, 56.2745%
        HSV (HSB):
        260°, 78.9030%, 92.9412%
        XYZ:
        22.9822, 11.7751, 81.1823
        xyY:
        0.1982, 0.1016, 11.7751
      CIE-Lab:
        40.8565, 66.4264, -83.3270
        CIE-LCH:
        40.8565, 106.5638, 308.5611
        CIE-Luv:
        40.8565, 5.0996, -121.7342
        Hunter-Lab:
        34.3149, 59.4982, -116.2479
      #6f32ed color charts
#6f32ed RGB chart
      #6f32ed CMYK chart
      #6f32ed RGB pie chart
      #6f32ed color shades, tints & tones
#6f32ed color schemes
#6f32ed color preview, HTML & CSS examples
           This text has a color of #6f32ed        
        
          <p style="color:#6f32ed;">Text here</p>
        
        
          .mytext {color:#6f32ed;}
        
        Text color #6f32ed
      
           This box has a color of #6f32ed        
        
          <div style="background-color:#6f32ed;">Content here</div>
        
        
          .mybackground {background-color:#6f32ed;}
        
        Background color #6f32ed
      
           Border around this has a color of #6f32ed        
        
          <div style="border:2px solid #6f32ed;">Content here</div>
        
        
          .myborder {border:2px solid #6f32ed;}
        
        Border color #6f32ed