Shades of Palatinate Purple #79246A
Tints of Palatinate Purple #79246A
RGB
CMYK
RGB Variations
Color information
#79246A (or 0x79246A) is known color: Palatinate Purple. HEX triplet: 79, 24 and 6A. RGB value is (121,36,106). Sum of RGB (Red+Green+Blue) = 121+36+106=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79246A is #86DB95. Grayscale: #454545. Windows color (decimal): -8838038 or 6956153. OLE color: 6956153.
HSL color Cylindrical-coordinate representation of color #79246A: hue angle of 310.59º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79246A is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 106 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.53 |
| HSL | 310.59º | 0.54% | 0.31% | - |
| HSV(B) | 310.59º | 0.7% | 0.47% | - |
| XYZ | 11.12 | 6.37 | 14.28 | - |
| YUV | 69.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 106 | 0 | 0.70 | 0.12 | 0.53 | 310.59 | 0.54 | 0.31 |
| Hex | 79 | 24 | 6A | 0 | 46 | C | 35 | 137 | 36 | 1F |
| Octal | 171 | 44 | 152 | 0 | 106 | 14 | 65 | 467 | 66 | 37 |
| Binary | 1111001 | 100100 | 1101010 | 0 | 1000110 | 1100 | 110101 | 100110111 | 110110 | 11111 |
Color Harmonies of #79246A
Complementary color
Monochromatic Colors of #79246A
Black with #79246A
Text Example
Text Example
White with #79246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79246A; }
p { color: rgb(121,36,106); }
H1.HeaderClassName
{
color: #79246A;
}
.AnyTagClassName
{
color: #79246A;
}
</style>
background-color css
<style>
a { background-color: #79246A; }
a { background-color: rgb(121,36,106); }
div.DivClassName
{
background-color: #79246A;
}
.BgClassName
{
background-color: #79246A;
}
</style>
border-color css
<style>
span { border-color: #79246A; }
span { border-color: rgb(121,36,106); }
td.TdClassName
{
border-color: #79246A;
}
.TagClassName
{
border-color: #79246A;
}
</style>