#7f32cd color space conversions
Hex:
        #7f32cd
        RGB:
        127, 50, 205
        CMY:
        50, 80, 20
        CMYK:
        38, 76, 0, 20
      HSL:
        270°, 60.7843%, 50.0000%
        HSV (HSB):
        270°, 75.6098%, 80.3922%
        XYZ:
        20.9124, 11.2010, 58.8174
        xyY:
        0.2300, 0.1232, 11.2010
      CIE-Lab:
        39.9170, 60.8292, -66.4755
        CIE-LCH:
        39.9170, 90.1065, 312.4605
        CIE-Luv:
        39.9170, 16.1381, -99.8581
        Hunter-Lab:
        33.4679, 52.9670, -80.7703
      #7f32cd color charts
#7f32cd RGB chart
      #7f32cd CMYK chart
      #7f32cd RGB pie chart
      #7f32cd color shades, tints & tones
#7f32cd color schemes
#7f32cd color preview, HTML & CSS examples
           This text has a color of #7f32cd        
        
          <p style="color:#7f32cd;">Text here</p>
        
        
          .mytext {color:#7f32cd;}
        
        Text color #7f32cd
      
           This box has a color of #7f32cd        
        
          <div style="background-color:#7f32cd;">Content here</div>
        
        
          .mybackground {background-color:#7f32cd;}
        
        Background color #7f32cd
      
           Border around this has a color of #7f32cd        
        
          <div style="border:2px solid #7f32cd;">Content here</div>
        
        
          .myborder {border:2px solid #7f32cd;}
        
        Border color #7f32cd