Shades of Palatinate Purple #79346D
Tints of Palatinate Purple #79346D
RGB
CMYK
RGB Variations
Color information
#79346D (or 0x79346D) is known color: Palatinate Purple. HEX triplet: 79, 34 and 6D. RGB value is (121,52,109). Sum of RGB (Red+Green+Blue) = 121+52+109=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346D is #86CB92. Grayscale: #4E4E4E. Windows color (decimal): -8833939 or 7156857. OLE color: 7156857.
HSL color Cylindrical-coordinate representation of color #79346D: hue angle of 310.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79346D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 109 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.53 |
| HSL | 310.43º | 0.4% | 0.34% | - |
| HSV(B) | 310.43º | 0.57% | 0.47% | - |
| XYZ | 11.87 | 7.63 | 15.31 | - |
| YUV | 79.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 109 | 0 | 0.57 | 0.10 | 0.53 | 310.43 | 0.4 | 0.34 |
| Hex | 79 | 34 | 6D | 0 | 39 | A | 35 | 136 | 28 | 22 |
| Octal | 171 | 64 | 155 | 0 | 71 | 12 | 65 | 466 | 50 | 42 |
| Binary | 1111001 | 110100 | 1101101 | 0 | 111001 | 1010 | 110101 | 100110110 | 101000 | 100010 |
Color Harmonies of #79346D
Complementary color
Monochromatic Colors of #79346D
Black with #79346D
Text Example
Text Example
White with #79346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79346D; }
p { color: rgb(121,52,109); }
H1.HeaderClassName
{
color: #79346D;
}
.AnyTagClassName
{
color: #79346D;
}
</style>
background-color css
<style>
a { background-color: #79346D; }
a { background-color: rgb(121,52,109); }
div.DivClassName
{
background-color: #79346D;
}
.BgClassName
{
background-color: #79346D;
}
</style>
border-color css
<style>
span { border-color: #79346D; }
span { border-color: rgb(121,52,109); }
td.TdClassName
{
border-color: #79346D;
}
.TagClassName
{
border-color: #79346D;
}
</style>