Shades of Royal Purple #6C4399
Tints of Royal Purple #6C4399
RGB
CMYK
RGB Variations
Color information
#6C4399 (or 0x6C4399) is known color: Royal Purple. HEX triplet: 6C, 43 and 99. RGB value is (108,67,153). Sum of RGB (Red+Green+Blue) = 108+67+153=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4399 is #93BC66. Grayscale: #585858. Windows color (decimal): -9682023 or 10044268. OLE color: 10044268.
HSL color Cylindrical-coordinate representation of color #6C4399: hue angle of 268.6º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4399 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 67 | 153 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.4 |
| HSL | 268.6º | 0.39% | 0.43% | - |
| HSV(B) | 268.6º | 0.56% | 0.6% | - |
| XYZ | 13.94 | 9.5 | 31.24 | - |
| YUV | 89.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 153 | 0.29 | 0.56 | 0 | 0.4 | 268.6 | 0.39 | 0.43 |
| Hex | 6C | 43 | 99 | 1D | 38 | 0 | 28 | 10D | 27 | 2B |
| Octal | 154 | 103 | 231 | 35 | 70 | 0 | 50 | 415 | 47 | 53 |
| Binary | 1101100 | 1000011 | 10011001 | 11101 | 111000 | 0 | 101000 | 100001101 | 100111 | 101011 |
Color Harmonies of #6C4399
Complementary color
Monochromatic Colors of #6C4399
Black with #6C4399
Text Example
Text Example
White with #6C4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4399; }
p { color: rgb(108,67,153); }
H1.HeaderClassName
{
color: #6C4399;
}
.AnyTagClassName
{
color: #6C4399;
}
</style>
background-color css
<style>
a { background-color: #6C4399; }
a { background-color: rgb(108,67,153); }
div.DivClassName
{
background-color: #6C4399;
}
.BgClassName
{
background-color: #6C4399;
}
</style>
border-color css
<style>
span { border-color: #6C4399; }
span { border-color: rgb(108,67,153); }
td.TdClassName
{
border-color: #6C4399;
}
.TagClassName
{
border-color: #6C4399;
}
</style>