Shades of Palatinate Purple #780E59
Tints of Palatinate Purple #780E59
RGB
CMYK
RGB Variations
Color information
#780E59 (or 0x780E59) is known color: Palatinate Purple. HEX triplet: 78, 0E and 59. RGB value is (120,14,89). Sum of RGB (Red+Green+Blue) = 120+14+89=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E59 is #87F1A6. Grayscale: #363636. Windows color (decimal): -8909223 or 5836408. OLE color: 5836408.
HSL color Cylindrical-coordinate representation of color #780E59: hue angle of 317.55º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E59 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 89 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.53 |
| HSL | 317.55º | 0.79% | 0.26% | - |
| HSV(B) | 317.55º | 0.88% | 0.47% | - |
| XYZ | 9.71 | 5.03 | 9.91 | - |
| YUV | 54.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 89 | 0 | 0.88 | 0.26 | 0.53 | 317.55 | 0.79 | 0.26 |
| Hex | 78 | E | 59 | 0 | 58 | 1A | 35 | 13E | 4F | 1A |
| Octal | 170 | 16 | 131 | 0 | 130 | 32 | 65 | 476 | 117 | 32 |
| Binary | 1111000 | 1110 | 1011001 | 0 | 1011000 | 11010 | 110101 | 100111110 | 1001111 | 11010 |
Color Harmonies of #780E59
Complementary color
Monochromatic Colors of #780E59
Black with #780E59
Text Example
Text Example
White with #780E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E59; }
p { color: rgb(120,14,89); }
H1.HeaderClassName
{
color: #780E59;
}
.AnyTagClassName
{
color: #780E59;
}
</style>
background-color css
<style>
a { background-color: #780E59; }
a { background-color: rgb(120,14,89); }
div.DivClassName
{
background-color: #780E59;
}
.BgClassName
{
background-color: #780E59;
}
</style>
border-color css
<style>
span { border-color: #780E59; }
span { border-color: rgb(120,14,89); }
td.TdClassName
{
border-color: #780E59;
}
.TagClassName
{
border-color: #780E59;
}
</style>