Shades of Palatinate Purple #6E0F55
Tints of Palatinate Purple #6E0F55
RGB
CMYK
RGB Variations
Color information
#6E0F55 (or 0x6E0F55) is known color: Palatinate Purple. HEX triplet: 6E, 0F and 55. RGB value is (110,15,85). Sum of RGB (Red+Green+Blue) = 110+15+85=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F55 is #91F0AA. Grayscale: #333333. Windows color (decimal): -9564331 or 5574510. OLE color: 5574510.
HSL color Cylindrical-coordinate representation of color #6E0F55: hue angle of 315.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F55 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 15 | 85 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.57 |
| HSL | 315.79º | 0.76% | 0.25% | - |
| HSV(B) | 315.79º | 0.86% | 0.43% | - |
| XYZ | 8.24 | 4.31 | 8.99 | - |
| YUV | 51.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 85 | 0 | 0.86 | 0.23 | 0.57 | 315.79 | 0.76 | 0.25 |
| Hex | 6E | F | 55 | 0 | 56 | 17 | 39 | 13C | 4C | 19 |
| Octal | 156 | 17 | 125 | 0 | 126 | 27 | 71 | 474 | 114 | 31 |
| Binary | 1101110 | 1111 | 1010101 | 0 | 1010110 | 10111 | 111001 | 100111100 | 1001100 | 11001 |
Color Harmonies of #6E0F55
Complementary color
Monochromatic Colors of #6E0F55
Black with #6E0F55
Text Example
Text Example
White with #6E0F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F55; }
p { color: rgb(110,15,85); }
H1.HeaderClassName
{
color: #6E0F55;
}
.AnyTagClassName
{
color: #6E0F55;
}
</style>
background-color css
<style>
a { background-color: #6E0F55; }
a { background-color: rgb(110,15,85); }
div.DivClassName
{
background-color: #6E0F55;
}
.BgClassName
{
background-color: #6E0F55;
}
</style>
border-color css
<style>
span { border-color: #6E0F55; }
span { border-color: rgb(110,15,85); }
td.TdClassName
{
border-color: #6E0F55;
}
.TagClassName
{
border-color: #6E0F55;
}
</style>