Shades of Palatinate Purple #79346C
Tints of Palatinate Purple #79346C
RGB
CMYK
RGB Variations
Color information
#79346C (or 0x79346C) is known color: Palatinate Purple. HEX triplet: 79, 34 and 6C. RGB value is (121,52,108). Sum of RGB (Red+Green+Blue) = 121+52+108=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346C is #86CB93. Grayscale: #4E4E4E. Windows color (decimal): -8833940 or 7091321. OLE color: 7091321.
HSL color Cylindrical-coordinate representation of color #79346C: hue angle of 311.3º 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 #79346C is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 108 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.53 |
| HSL | 311.3º | 0.4% | 0.34% | - |
| HSV(B) | 311.3º | 0.57% | 0.47% | - |
| XYZ | 11.82 | 7.6 | 15.03 | - |
| YUV | 79.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 108 | 0 | 0.57 | 0.11 | 0.53 | 311.3 | 0.4 | 0.34 |
| Hex | 79 | 34 | 6C | 0 | 39 | B | 35 | 137 | 28 | 22 |
| Octal | 171 | 64 | 154 | 0 | 71 | 13 | 65 | 467 | 50 | 42 |
| Binary | 1111001 | 110100 | 1101100 | 0 | 111001 | 1011 | 110101 | 100110111 | 101000 | 100010 |
Color Harmonies of #79346C
Complementary color
Monochromatic Colors of #79346C
Black with #79346C
Text Example
Text Example
White with #79346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79346C; }
p { color: rgb(121,52,108); }
H1.HeaderClassName
{
color: #79346C;
}
.AnyTagClassName
{
color: #79346C;
}
</style>
background-color css
<style>
a { background-color: #79346C; }
a { background-color: rgb(121,52,108); }
div.DivClassName
{
background-color: #79346C;
}
.BgClassName
{
background-color: #79346C;
}
</style>
border-color css
<style>
span { border-color: #79346C; }
span { border-color: rgb(121,52,108); }
td.TdClassName
{
border-color: #79346C;
}
.TagClassName
{
border-color: #79346C;
}
</style>