Shades of Palatinate Purple #6E0A59
Tints of Palatinate Purple #6E0A59
RGB
CMYK
RGB Variations
Color information
#6E0A59 (or 0x6E0A59) is known color: Palatinate Purple. HEX triplet: 6E, 0A and 59. RGB value is (110,10,89). Sum of RGB (Red+Green+Blue) = 110+10+89=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0A59 is #91F5A6. Grayscale: #303030. Windows color (decimal): -9565607 or 5835374. OLE color: 5835374.
HSL color Cylindrical-coordinate representation of color #6E0A59: hue angle of 312.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0A59 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 10 | 89 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.57 |
| HSL | 312.6º | 0.83% | 0.24% | - |
| HSV(B) | 312.6º | 0.91% | 0.43% | - |
| XYZ | 8.34 | 4.25 | 9.83 | - |
| YUV | 48.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 89 | 0 | 0.91 | 0.19 | 0.57 | 312.6 | 0.83 | 0.24 |
| Hex | 6E | A | 59 | 0 | 5B | 13 | 39 | 139 | 53 | 18 |
| Octal | 156 | 12 | 131 | 0 | 133 | 23 | 71 | 471 | 123 | 30 |
| Binary | 1101110 | 1010 | 1011001 | 0 | 1011011 | 10011 | 111001 | 100111001 | 1010011 | 11000 |
Color Harmonies of #6E0A59
Complementary color
Monochromatic Colors of #6E0A59
Black with #6E0A59
Text Example
Text Example
White with #6E0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0A59; }
p { color: rgb(110,10,89); }
H1.HeaderClassName
{
color: #6E0A59;
}
.AnyTagClassName
{
color: #6E0A59;
}
</style>
background-color css
<style>
a { background-color: #6E0A59; }
a { background-color: rgb(110,10,89); }
div.DivClassName
{
background-color: #6E0A59;
}
.BgClassName
{
background-color: #6E0A59;
}
</style>
border-color css
<style>
span { border-color: #6E0A59; }
span { border-color: rgb(110,10,89); }
td.TdClassName
{
border-color: #6E0A59;
}
.TagClassName
{
border-color: #6E0A59;
}
</style>