Shades of Palatinate Purple #790D5E
Tints of Palatinate Purple #790D5E
RGB
CMYK
RGB Variations
Color information
#790D5E (or 0x790D5E) is known color: Palatinate Purple. HEX triplet: 79, 0D and 5E. RGB value is (121,13,94). Sum of RGB (Red+Green+Blue) = 121+13+94=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #790D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790D5E is #86F2A1. Grayscale: #363636. Windows color (decimal): -8843938 or 6163833. OLE color: 6163833.
HSL color Cylindrical-coordinate representation of color #790D5E: hue angle of 315º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D5E is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 13 | 94 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.53 |
| HSL | 315º | 0.81% | 0.26% | - |
| HSV(B) | 315º | 0.89% | 0.47% | - |
| XYZ | 10.05 | 5.16 | 11.06 | - |
| YUV | 54.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 94 | 0 | 0.89 | 0.22 | 0.53 | 315 | 0.81 | 0.26 |
| Hex | 79 | D | 5E | 0 | 59 | 16 | 35 | 13B | 51 | 1A |
| Octal | 171 | 15 | 136 | 0 | 131 | 26 | 65 | 473 | 121 | 32 |
| Binary | 1111001 | 1101 | 1011110 | 0 | 1011001 | 10110 | 110101 | 100111011 | 1010001 | 11010 |
Color Harmonies of #790D5E
Complementary color
Monochromatic Colors of #790D5E
Black with #790D5E
Text Example
Text Example
White with #790D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790D5E; }
p { color: rgb(121,13,94); }
H1.HeaderClassName
{
color: #790D5E;
}
.AnyTagClassName
{
color: #790D5E;
}
</style>
background-color css
<style>
a { background-color: #790D5E; }
a { background-color: rgb(121,13,94); }
div.DivClassName
{
background-color: #790D5E;
}
.BgClassName
{
background-color: #790D5E;
}
</style>
border-color css
<style>
span { border-color: #790D5E; }
span { border-color: rgb(121,13,94); }
td.TdClassName
{
border-color: #790D5E;
}
.TagClassName
{
border-color: #790D5E;
}
</style>