Shades of Palatinate Purple #6E0858
Tints of Palatinate Purple #6E0858
RGB
CMYK
RGB Variations
Color information
#6E0858 (or 0x6E0858) is known color: Palatinate Purple. HEX triplet: 6E, 08 and 58. RGB value is (110,8,88). Sum of RGB (Red+Green+Blue) = 110+8+88=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0858 is #91F7A7. Grayscale: #2F2F2F. Windows color (decimal): -9566120 or 5769326. OLE color: 5769326.
HSL color Cylindrical-coordinate representation of color #6E0858: hue angle of 312.94º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0858 is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 88 | - |
| CMYK | 0 | 0.93 | 0.2 | 0.57 |
| HSL | 312.94º | 0.86% | 0.23% | - |
| HSV(B) | 312.94º | 0.93% | 0.43% | - |
| XYZ | 8.28 | 4.19 | 9.61 | - |
| YUV | 47.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 88 | 0 | 0.93 | 0.2 | 0.57 | 312.94 | 0.86 | 0.23 |
| Hex | 6E | 8 | 58 | 0 | 5D | 14 | 39 | 139 | 56 | 17 |
| Octal | 156 | 10 | 130 | 0 | 135 | 24 | 71 | 471 | 126 | 27 |
| Binary | 1101110 | 1000 | 1011000 | 0 | 1011101 | 10100 | 111001 | 100111001 | 1010110 | 10111 |
Color Harmonies of #6E0858
Complementary color
Monochromatic Colors of #6E0858
Black with #6E0858
Text Example
Text Example
White with #6E0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0858; }
p { color: rgb(110,8,88); }
H1.HeaderClassName
{
color: #6E0858;
}
.AnyTagClassName
{
color: #6E0858;
}
</style>
background-color css
<style>
a { background-color: #6E0858; }
a { background-color: rgb(110,8,88); }
div.DivClassName
{
background-color: #6E0858;
}
.BgClassName
{
background-color: #6E0858;
}
</style>
border-color css
<style>
span { border-color: #6E0858; }
span { border-color: rgb(110,8,88); }
td.TdClassName
{
border-color: #6E0858;
}
.TagClassName
{
border-color: #6E0858;
}
</style>