Shades of Palatinate Purple #79326C
Tints of Palatinate Purple #79326C
RGB
CMYK
RGB Variations
Color information
#79326C (or 0x79326C) is known color: Palatinate Purple. HEX triplet: 79, 32 and 6C. RGB value is (121,50,108). Sum of RGB (Red+Green+Blue) = 121+50+108=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79326C is #86CD93. Grayscale: #4D4D4D. Windows color (decimal): -8834452 or 7090809. OLE color: 7090809.
HSL color Cylindrical-coordinate representation of color #79326C: hue angle of 310.99º 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 #79326C is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 108 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.53 |
| HSL | 310.99º | 0.42% | 0.34% | - |
| HSV(B) | 310.99º | 0.59% | 0.47% | - |
| XYZ | 11.73 | 7.43 | 15 | - |
| YUV | 77.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 108 | 0 | 0.59 | 0.11 | 0.53 | 310.99 | 0.42 | 0.34 |
| Hex | 79 | 32 | 6C | 0 | 3B | B | 35 | 137 | 2A | 22 |
| Octal | 171 | 62 | 154 | 0 | 73 | 13 | 65 | 467 | 52 | 42 |
| Binary | 1111001 | 110010 | 1101100 | 0 | 111011 | 1011 | 110101 | 100110111 | 101010 | 100010 |
Color Harmonies of #79326C
Complementary color
Monochromatic Colors of #79326C
Black with #79326C
Text Example
Text Example
White with #79326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79326C; }
p { color: rgb(121,50,108); }
H1.HeaderClassName
{
color: #79326C;
}
.AnyTagClassName
{
color: #79326C;
}
</style>
background-color css
<style>
a { background-color: #79326C; }
a { background-color: rgb(121,50,108); }
div.DivClassName
{
background-color: #79326C;
}
.BgClassName
{
background-color: #79326C;
}
</style>
border-color css
<style>
span { border-color: #79326C; }
span { border-color: rgb(121,50,108); }
td.TdClassName
{
border-color: #79326C;
}
.TagClassName
{
border-color: #79326C;
}
</style>