Shades of Palatinate Purple #6E1059
Tints of Palatinate Purple #6E1059
RGB
CMYK
RGB Variations
Color information
#6E1059 (or 0x6E1059) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 59. RGB value is (110,16,89). Sum of RGB (Red+Green+Blue) = 110+16+89=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1059 is #91EFA6. Grayscale: #343434. Windows color (decimal): -9564071 or 5836910. OLE color: 5836910.
HSL color Cylindrical-coordinate representation of color #6E1059: hue angle of 313.4º degrees, saturation: 0.75, 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 #6E1059 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 89 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.57 |
| HSL | 313.4º | 0.75% | 0.25% | - |
| HSV(B) | 313.4º | 0.85% | 0.43% | - |
| XYZ | 8.42 | 4.41 | 9.86 | - |
| YUV | 52.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 89 | 0 | 0.85 | 0.19 | 0.57 | 313.4 | 0.75 | 0.25 |
| Hex | 6E | 10 | 59 | 0 | 55 | 13 | 39 | 139 | 4B | 19 |
| Octal | 156 | 20 | 131 | 0 | 125 | 23 | 71 | 471 | 113 | 31 |
| Binary | 1101110 | 10000 | 1011001 | 0 | 1010101 | 10011 | 111001 | 100111001 | 1001011 | 11001 |
Color Harmonies of #6E1059
Complementary color
Monochromatic Colors of #6E1059
Black with #6E1059
Text Example
Text Example
White with #6E1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1059; }
p { color: rgb(110,16,89); }
H1.HeaderClassName
{
color: #6E1059;
}
.AnyTagClassName
{
color: #6E1059;
}
</style>
background-color css
<style>
a { background-color: #6E1059; }
a { background-color: rgb(110,16,89); }
div.DivClassName
{
background-color: #6E1059;
}
.BgClassName
{
background-color: #6E1059;
}
</style>
border-color css
<style>
span { border-color: #6E1059; }
span { border-color: rgb(110,16,89); }
td.TdClassName
{
border-color: #6E1059;
}
.TagClassName
{
border-color: #6E1059;
}
</style>