Shades of Palatinate Purple #790E59
Tints of Palatinate Purple #790E59
RGB
CMYK
RGB Variations
Color information
#790E59 (or 0x790E59) is known color: Palatinate Purple. HEX triplet: 79, 0E and 59. RGB value is (121,14,89). Sum of RGB (Red+Green+Blue) = 121+14+89=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #790E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E59 is #86F1A6. Grayscale: #363636. Windows color (decimal): -8843687 or 5836409. OLE color: 5836409.
HSL color Cylindrical-coordinate representation of color #790E59: hue angle of 317.94º 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 #790E59 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 89 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.53 |
| HSL | 317.94º | 0.79% | 0.26% | - |
| HSV(B) | 317.94º | 0.88% | 0.47% | - |
| XYZ | 9.85 | 5.1 | 9.92 | - |
| YUV | 54.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 89 | 0 | 0.88 | 0.26 | 0.53 | 317.94 | 0.79 | 0.26 |
| Hex | 79 | E | 59 | 0 | 58 | 1A | 35 | 13E | 4F | 1A |
| Octal | 171 | 16 | 131 | 0 | 130 | 32 | 65 | 476 | 117 | 32 |
| Binary | 1111001 | 1110 | 1011001 | 0 | 1011000 | 11010 | 110101 | 100111110 | 1001111 | 11010 |
Color Harmonies of #790E59
Complementary color
Monochromatic Colors of #790E59
Black with #790E59
Text Example
Text Example
White with #790E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E59; }
p { color: rgb(121,14,89); }
H1.HeaderClassName
{
color: #790E59;
}
.AnyTagClassName
{
color: #790E59;
}
</style>
background-color css
<style>
a { background-color: #790E59; }
a { background-color: rgb(121,14,89); }
div.DivClassName
{
background-color: #790E59;
}
.BgClassName
{
background-color: #790E59;
}
</style>
border-color css
<style>
span { border-color: #790E59; }
span { border-color: rgb(121,14,89); }
td.TdClassName
{
border-color: #790E59;
}
.TagClassName
{
border-color: #790E59;
}
</style>