#7000bc color space conversions
Hex:
        #7000bc
        RGB:
        112, 0, 188
        CMY:
        56, 100, 26
        CMYK:
        40, 100, 0, 26
      HSL:
        276°, 100.0000%, 36.8627%
        HSV (HSB):
        276°, 100.0000%, 73.7255%
        XYZ:
        15.7592, 7.0756, 48.1121
        xyY:
        0.2221, 0.0997, 7.0756
      CIE-Lab:
        31.9784, 67.8819, -69.6119
        CIE-LCH:
        31.9784, 97.2305, 314.2791
        CIE-Luv:
        31.9784, 16.1866, -95.2590
        Hunter-Lab:
        26.6000, 59.2026, -88.6194
      #7000bc color charts
#7000bc RGB chart
      #7000bc CMYK chart
      #7000bc RGB pie chart
      #7000bc color shades, tints & tones
#7000bc color schemes
#7000bc color preview, HTML & CSS examples
           This text has a color of #7000bc        
        
          <p style="color:#7000bc;">Text here</p>
        
        
          .mytext {color:#7000bc;}
        
        Text color #7000bc
      
           This box has a color of #7000bc        
        
          <div style="background-color:#7000bc;">Content here</div>
        
        
          .mybackground {background-color:#7000bc;}
        
        Background color #7000bc
      
           Border around this has a color of #7000bc        
        
          <div style="border:2px solid #7000bc;">Content here</div>
        
        
          .myborder {border:2px solid #7000bc;}
        
        Border color #7000bc