Shades of Palatinate Purple #6E115F
Tints of Palatinate Purple #6E115F
RGB
CMYK
RGB Variations
Color information
#6E115F (or 0x6E115F) is known color: Palatinate Purple. HEX triplet: 6E, 11 and 5F. RGB value is (110,17,95). Sum of RGB (Red+Green+Blue) = 110+17+95=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E115F is #91EEA0. Grayscale: #353535. Windows color (decimal): -9563809 or 6230382. OLE color: 6230382.
HSL color Cylindrical-coordinate representation of color #6E115F: hue angle of 309.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E115F is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 95 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.57 |
| HSL | 309.68º | 0.73% | 0.25% | - |
| HSV(B) | 309.68º | 0.85% | 0.43% | - |
| XYZ | 8.7 | 4.54 | 11.24 | - |
| YUV | 53.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 95 | 0 | 0.85 | 0.14 | 0.57 | 309.68 | 0.73 | 0.25 |
| Hex | 6E | 11 | 5F | 0 | 55 | E | 39 | 136 | 49 | 19 |
| Octal | 156 | 21 | 137 | 0 | 125 | 16 | 71 | 466 | 111 | 31 |
| Binary | 1101110 | 10001 | 1011111 | 0 | 1010101 | 1110 | 111001 | 100110110 | 1001001 | 11001 |
Color Harmonies of #6E115F
Complementary color
Monochromatic Colors of #6E115F
Black with #6E115F
Text Example
Text Example
White with #6E115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E115F; }
p { color: rgb(110,17,95); }
H1.HeaderClassName
{
color: #6E115F;
}
.AnyTagClassName
{
color: #6E115F;
}
</style>
background-color css
<style>
a { background-color: #6E115F; }
a { background-color: rgb(110,17,95); }
div.DivClassName
{
background-color: #6E115F;
}
.BgClassName
{
background-color: #6E115F;
}
</style>
border-color css
<style>
span { border-color: #6E115F; }
span { border-color: rgb(110,17,95); }
td.TdClassName
{
border-color: #6E115F;
}
.TagClassName
{
border-color: #6E115F;
}
</style>