Shades of Palatinate Purple #6C115F
Tints of Palatinate Purple #6C115F
RGB
CMYK
RGB Variations
Color information
#6C115F (or 0x6C115F) is known color: Palatinate Purple. HEX triplet: 6C, 11 and 5F. RGB value is (108,17,95). Sum of RGB (Red+Green+Blue) = 108+17+95=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C115F is #93EEA0. Grayscale: #343434. Windows color (decimal): -9694881 or 6230380. OLE color: 6230380.
HSL color Cylindrical-coordinate representation of color #6C115F: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C115F is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 17 | 95 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.58 |
| HSL | 308.57º | 0.73% | 0.25% | - |
| HSV(B) | 308.57º | 0.84% | 0.42% | - |
| XYZ | 8.45 | 4.42 | 11.23 | - |
| YUV | 53.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 95 | 0 | 0.84 | 0.12 | 0.58 | 308.57 | 0.73 | 0.25 |
| Hex | 6C | 11 | 5F | 0 | 54 | C | 3A | 135 | 49 | 19 |
| Octal | 154 | 21 | 137 | 0 | 124 | 14 | 72 | 465 | 111 | 31 |
| Binary | 1101100 | 10001 | 1011111 | 0 | 1010100 | 1100 | 111010 | 100110101 | 1001001 | 11001 |
Color Harmonies of #6C115F
Complementary color
Monochromatic Colors of #6C115F
Black with #6C115F
Text Example
Text Example
White with #6C115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C115F; }
p { color: rgb(108,17,95); }
H1.HeaderClassName
{
color: #6C115F;
}
.AnyTagClassName
{
color: #6C115F;
}
</style>
background-color css
<style>
a { background-color: #6C115F; }
a { background-color: rgb(108,17,95); }
div.DivClassName
{
background-color: #6C115F;
}
.BgClassName
{
background-color: #6C115F;
}
</style>
border-color css
<style>
span { border-color: #6C115F; }
span { border-color: rgb(108,17,95); }
td.TdClassName
{
border-color: #6C115F;
}
.TagClassName
{
border-color: #6C115F;
}
</style>