Shades of Palatinate Purple #79165E
Tints of Palatinate Purple #79165E
RGB
CMYK
RGB Variations
Color information
#79165E (or 0x79165E) is known color: Palatinate Purple. HEX triplet: 79, 16 and 5E. RGB value is (121,22,94). Sum of RGB (Red+Green+Blue) = 121+22+94=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79165E is #86E9A1. Grayscale: #3B3B3B. Windows color (decimal): -8841634 or 6166137. OLE color: 6166137.
HSL color Cylindrical-coordinate representation of color #79165E: hue angle of 316.36º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79165E is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 22 | 94 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.53 |
| HSL | 316.36º | 0.69% | 0.28% | - |
| HSV(B) | 316.36º | 0.82% | 0.47% | - |
| XYZ | 10.19 | 5.45 | 11.1 | - |
| YUV | 59.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 94 | 0 | 0.82 | 0.22 | 0.53 | 316.36 | 0.69 | 0.28 |
| Hex | 79 | 16 | 5E | 0 | 52 | 16 | 35 | 13C | 45 | 1C |
| Octal | 171 | 26 | 136 | 0 | 122 | 26 | 65 | 474 | 105 | 34 |
| Binary | 1111001 | 10110 | 1011110 | 0 | 1010010 | 10110 | 110101 | 100111100 | 1000101 | 11100 |
Color Harmonies of #79165E
Complementary color
Monochromatic Colors of #79165E
Black with #79165E
Text Example
Text Example
White with #79165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79165E; }
p { color: rgb(121,22,94); }
H1.HeaderClassName
{
color: #79165E;
}
.AnyTagClassName
{
color: #79165E;
}
</style>
background-color css
<style>
a { background-color: #79165E; }
a { background-color: rgb(121,22,94); }
div.DivClassName
{
background-color: #79165E;
}
.BgClassName
{
background-color: #79165E;
}
</style>
border-color css
<style>
span { border-color: #79165E; }
span { border-color: rgb(121,22,94); }
td.TdClassName
{
border-color: #79165E;
}
.TagClassName
{
border-color: #79165E;
}
</style>