Shades of Royal Purple #6C2599
Tints of Royal Purple #6C2599
RGB
CMYK
RGB Variations
Color information
#6C2599 (or 0x6C2599) is known color: Royal Purple. HEX triplet: 6C, 25 and 99. RGB value is (108,37,153). Sum of RGB (Red+Green+Blue) = 108+37+153=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2599 is #93DA66. Grayscale: #474747. Windows color (decimal): -9689703 or 10036588. OLE color: 10036588.
HSL color Cylindrical-coordinate representation of color #6C2599: hue angle of 276.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2599 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 37 | 153 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.4 |
| HSL | 276.72º | 0.61% | 0.37% | - |
| HSV(B) | 276.72º | 0.76% | 0.6% | - |
| XYZ | 12.6 | 6.81 | 30.79 | - |
| YUV | 71.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 153 | 0.29 | 0.76 | 0 | 0.4 | 276.72 | 0.61 | 0.37 |
| Hex | 6C | 25 | 99 | 1D | 4C | 0 | 28 | 115 | 3D | 25 |
| Octal | 154 | 45 | 231 | 35 | 114 | 0 | 50 | 425 | 75 | 45 |
| Binary | 1101100 | 100101 | 10011001 | 11101 | 1001100 | 0 | 101000 | 100010101 | 111101 | 100101 |
Color Harmonies of #6C2599
Complementary color
Monochromatic Colors of #6C2599
Black with #6C2599
Text Example
Text Example
White with #6C2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2599; }
p { color: rgb(108,37,153); }
H1.HeaderClassName
{
color: #6C2599;
}
.AnyTagClassName
{
color: #6C2599;
}
</style>
background-color css
<style>
a { background-color: #6C2599; }
a { background-color: rgb(108,37,153); }
div.DivClassName
{
background-color: #6C2599;
}
.BgClassName
{
background-color: #6C2599;
}
</style>
border-color css
<style>
span { border-color: #6C2599; }
span { border-color: rgb(108,37,153); }
td.TdClassName
{
border-color: #6C2599;
}
.TagClassName
{
border-color: #6C2599;
}
</style>