Shades of Palatinate Purple #79326D
Tints of Palatinate Purple #79326D
RGB
CMYK
RGB Variations
Color information
#79326D (or 0x79326D) is known color: Palatinate Purple. HEX triplet: 79, 32 and 6D. RGB value is (121,50,109). Sum of RGB (Red+Green+Blue) = 121+50+109=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79326D is #86CD92. Grayscale: #4D4D4D. Windows color (decimal): -8834451 or 7156345. OLE color: 7156345.
HSL color Cylindrical-coordinate representation of color #79326D: hue angle of 310.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79326D is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 109 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.53 |
| HSL | 310.14º | 0.42% | 0.34% | - |
| HSV(B) | 310.14º | 0.59% | 0.47% | - |
| XYZ | 11.79 | 7.45 | 15.28 | - |
| YUV | 77.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 109 | 0 | 0.59 | 0.10 | 0.53 | 310.14 | 0.42 | 0.34 |
| Hex | 79 | 32 | 6D | 0 | 3B | A | 35 | 136 | 2A | 22 |
| Octal | 171 | 62 | 155 | 0 | 73 | 12 | 65 | 466 | 52 | 42 |
| Binary | 1111001 | 110010 | 1101101 | 0 | 111011 | 1010 | 110101 | 100110110 | 101010 | 100010 |
Color Harmonies of #79326D
Complementary color
Monochromatic Colors of #79326D
Black with #79326D
Text Example
Text Example
White with #79326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79326D; }
p { color: rgb(121,50,109); }
H1.HeaderClassName
{
color: #79326D;
}
.AnyTagClassName
{
color: #79326D;
}
</style>
background-color css
<style>
a { background-color: #79326D; }
a { background-color: rgb(121,50,109); }
div.DivClassName
{
background-color: #79326D;
}
.BgClassName
{
background-color: #79326D;
}
</style>
border-color css
<style>
span { border-color: #79326D; }
span { border-color: rgb(121,50,109); }
td.TdClassName
{
border-color: #79326D;
}
.TagClassName
{
border-color: #79326D;
}
</style>