Shades of Royal Purple #6C4199
Tints of Royal Purple #6C4199
RGB
CMYK
RGB Variations
Color information
#6C4199 (or 0x6C4199) is known color: Royal Purple. HEX triplet: 6C, 41 and 99. RGB value is (108,65,153). Sum of RGB (Red+Green+Blue) = 108+65+153=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C4199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4199 is #93BE66. Grayscale: #575757. Windows color (decimal): -9682535 or 10043756. OLE color: 10043756.
HSL color Cylindrical-coordinate representation of color #6C4199: hue angle of 269.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C4199 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 65 | 153 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.4 |
| HSL | 269.32º | 0.4% | 0.43% | - |
| HSV(B) | 269.32º | 0.58% | 0.6% | - |
| XYZ | 13.82 | 9.27 | 31.2 | - |
| YUV | 87.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 153 | 0.29 | 0.58 | 0 | 0.4 | 269.32 | 0.4 | 0.43 |
| Hex | 6C | 41 | 99 | 1D | 3A | 0 | 28 | 10D | 28 | 2B |
| Octal | 154 | 101 | 231 | 35 | 72 | 0 | 50 | 415 | 50 | 53 |
| Binary | 1101100 | 1000001 | 10011001 | 11101 | 111010 | 0 | 101000 | 100001101 | 101000 | 101011 |
Color Harmonies of #6C4199
Complementary color
Monochromatic Colors of #6C4199
Black with #6C4199
Text Example
Text Example
White with #6C4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4199; }
p { color: rgb(108,65,153); }
H1.HeaderClassName
{
color: #6C4199;
}
.AnyTagClassName
{
color: #6C4199;
}
</style>
background-color css
<style>
a { background-color: #6C4199; }
a { background-color: rgb(108,65,153); }
div.DivClassName
{
background-color: #6C4199;
}
.BgClassName
{
background-color: #6C4199;
}
</style>
border-color css
<style>
span { border-color: #6C4199; }
span { border-color: rgb(108,65,153); }
td.TdClassName
{
border-color: #6C4199;
}
.TagClassName
{
border-color: #6C4199;
}
</style>