Shades of Palatinate Purple #79215C
Tints of Palatinate Purple #79215C
RGB
CMYK
RGB Variations
Color information
#79215C (or 0x79215C) is known color: Palatinate Purple. HEX triplet: 79, 21 and 5C. RGB value is (121,33,92). Sum of RGB (Red+Green+Blue) = 121+33+92=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79215C is #86DEA3. Grayscale: #414141. Windows color (decimal): -8838820 or 6037881. OLE color: 6037881.
HSL color Cylindrical-coordinate representation of color #79215C: hue angle of 319.77º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79215C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 92 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.53 |
| HSL | 319.77º | 0.57% | 0.3% | - |
| HSV(B) | 319.77º | 0.73% | 0.47% | - |
| XYZ | 10.36 | 5.93 | 10.72 | - |
| YUV | 66.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 92 | 0 | 0.73 | 0.24 | 0.53 | 319.77 | 0.57 | 0.3 |
| Hex | 79 | 21 | 5C | 0 | 49 | 18 | 35 | 140 | 39 | 1E |
| Octal | 171 | 41 | 134 | 0 | 111 | 30 | 65 | 500 | 71 | 36 |
| Binary | 1111001 | 100001 | 1011100 | 0 | 1001001 | 11000 | 110101 | 101000000 | 111001 | 11110 |
Color Harmonies of #79215C
Complementary color
Monochromatic Colors of #79215C
Black with #79215C
Text Example
Text Example
White with #79215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79215C; }
p { color: rgb(121,33,92); }
H1.HeaderClassName
{
color: #79215C;
}
.AnyTagClassName
{
color: #79215C;
}
</style>
background-color css
<style>
a { background-color: #79215C; }
a { background-color: rgb(121,33,92); }
div.DivClassName
{
background-color: #79215C;
}
.BgClassName
{
background-color: #79215C;
}
</style>
border-color css
<style>
span { border-color: #79215C; }
span { border-color: rgb(121,33,92); }
td.TdClassName
{
border-color: #79215C;
}
.TagClassName
{
border-color: #79215C;
}
</style>