Shades of Palatinate Purple #791E59
Tints of Palatinate Purple #791E59
RGB
CMYK
RGB Variations
Color information
#791E59 (or 0x791E59) is known color: Palatinate Purple. HEX triplet: 79, 1E and 59. RGB value is (121,30,89). Sum of RGB (Red+Green+Blue) = 121+30+89=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #791E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E59 is #86E1A6. Grayscale: #3F3F3F. Windows color (decimal): -8839591 or 5840505. OLE color: 5840505.
HSL color Cylindrical-coordinate representation of color #791E59: hue angle of 321.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E59 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 30 | 89 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.53 |
| HSL | 321.1º | 0.6% | 0.3% | - |
| HSV(B) | 321.1º | 0.75% | 0.47% | - |
| XYZ | 10.15 | 5.71 | 10.02 | - |
| YUV | 63.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 89 | 0 | 0.75 | 0.26 | 0.53 | 321.1 | 0.6 | 0.3 |
| Hex | 79 | 1E | 59 | 0 | 4B | 1A | 35 | 141 | 3C | 1E |
| Octal | 171 | 36 | 131 | 0 | 113 | 32 | 65 | 501 | 74 | 36 |
| Binary | 1111001 | 11110 | 1011001 | 0 | 1001011 | 11010 | 110101 | 101000001 | 111100 | 11110 |
Color Harmonies of #791E59
Complementary color
Monochromatic Colors of #791E59
Black with #791E59
Text Example
Text Example
White with #791E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E59; }
p { color: rgb(121,30,89); }
H1.HeaderClassName
{
color: #791E59;
}
.AnyTagClassName
{
color: #791E59;
}
</style>
background-color css
<style>
a { background-color: #791E59; }
a { background-color: rgb(121,30,89); }
div.DivClassName
{
background-color: #791E59;
}
.BgClassName
{
background-color: #791E59;
}
</style>
border-color css
<style>
span { border-color: #791E59; }
span { border-color: rgb(121,30,89); }
td.TdClassName
{
border-color: #791E59;
}
.TagClassName
{
border-color: #791E59;
}
</style>