Shades of Royal Purple #6C2999
Tints of Royal Purple #6C2999
RGB
CMYK
RGB Variations
Color information
#6C2999 (or 0x6C2999) is known color: Royal Purple. HEX triplet: 6C, 29 and 99. RGB value is (108,41,153). Sum of RGB (Red+Green+Blue) = 108+41+153=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2999 is #93D666. Grayscale: #494949. Windows color (decimal): -9688679 or 10037612. OLE color: 10037612.
HSL color Cylindrical-coordinate representation of color #6C2999: hue angle of 275.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2999 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 41 | 153 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.4 |
| HSL | 275.89º | 0.58% | 0.38% | - |
| HSV(B) | 275.89º | 0.73% | 0.6% | - |
| XYZ | 12.73 | 7.07 | 30.83 | - |
| YUV | 73.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 153 | 0.29 | 0.73 | 0 | 0.4 | 275.89 | 0.58 | 0.38 |
| Hex | 6C | 29 | 99 | 1D | 49 | 0 | 28 | 114 | 3A | 26 |
| Octal | 154 | 51 | 231 | 35 | 111 | 0 | 50 | 424 | 72 | 46 |
| Binary | 1101100 | 101001 | 10011001 | 11101 | 1001001 | 0 | 101000 | 100010100 | 111010 | 100110 |
Color Harmonies of #6C2999
Complementary color
Monochromatic Colors of #6C2999
Black with #6C2999
Text Example
Text Example
White with #6C2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2999; }
p { color: rgb(108,41,153); }
H1.HeaderClassName
{
color: #6C2999;
}
.AnyTagClassName
{
color: #6C2999;
}
</style>
background-color css
<style>
a { background-color: #6C2999; }
a { background-color: rgb(108,41,153); }
div.DivClassName
{
background-color: #6C2999;
}
.BgClassName
{
background-color: #6C2999;
}
</style>
border-color css
<style>
span { border-color: #6C2999; }
span { border-color: rgb(108,41,153); }
td.TdClassName
{
border-color: #6C2999;
}
.TagClassName
{
border-color: #6C2999;
}
</style>