Shades of Palatinate Purple #790B5E
Tints of Palatinate Purple #790B5E
RGB
CMYK
RGB Variations
Color information
#790B5E (or 0x790B5E) is known color: Palatinate Purple. HEX triplet: 79, 0B and 5E. RGB value is (121,11,94). Sum of RGB (Red+Green+Blue) = 121+11+94=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B5E is #86F4A1. Grayscale: #353535. Windows color (decimal): -8844450 or 6163321. OLE color: 6163321.
HSL color Cylindrical-coordinate representation of color #790B5E: hue angle of 314.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B5E is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 94 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.53 |
| HSL | 314.73º | 0.83% | 0.26% | - |
| HSV(B) | 314.73º | 0.91% | 0.47% | - |
| XYZ | 10.03 | 5.11 | 11.05 | - |
| YUV | 53.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 94 | 0 | 0.91 | 0.22 | 0.53 | 314.73 | 0.83 | 0.26 |
| Hex | 79 | B | 5E | 0 | 5B | 16 | 35 | 13B | 53 | 1A |
| Octal | 171 | 13 | 136 | 0 | 133 | 26 | 65 | 473 | 123 | 32 |
| Binary | 1111001 | 1011 | 1011110 | 0 | 1011011 | 10110 | 110101 | 100111011 | 1010011 | 11010 |
Color Harmonies of #790B5E
Complementary color
Monochromatic Colors of #790B5E
Black with #790B5E
Text Example
Text Example
White with #790B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B5E; }
p { color: rgb(121,11,94); }
H1.HeaderClassName
{
color: #790B5E;
}
.AnyTagClassName
{
color: #790B5E;
}
</style>
background-color css
<style>
a { background-color: #790B5E; }
a { background-color: rgb(121,11,94); }
div.DivClassName
{
background-color: #790B5E;
}
.BgClassName
{
background-color: #790B5E;
}
</style>
border-color css
<style>
span { border-color: #790B5E; }
span { border-color: rgb(121,11,94); }
td.TdClassName
{
border-color: #790B5E;
}
.TagClassName
{
border-color: #790B5E;
}
</style>