Shades of Palatinate Purple #79366C
Tints of Palatinate Purple #79366C
RGB
CMYK
RGB Variations
Color information
#79366C (or 0x79366C) is known color: Palatinate Purple. HEX triplet: 79, 36 and 6C. RGB value is (121,54,108). Sum of RGB (Red+Green+Blue) = 121+54+108=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79366C is #86C993. Grayscale: #505050. Windows color (decimal): -8833428 or 7091833. OLE color: 7091833.
HSL color Cylindrical-coordinate representation of color #79366C: hue angle of 311.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79366C is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 54 | 108 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.53 |
| HSL | 311.64º | 0.38% | 0.34% | - |
| HSV(B) | 311.64º | 0.55% | 0.47% | - |
| XYZ | 11.91 | 7.79 | 15.06 | - |
| YUV | 80.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 108 | 0 | 0.55 | 0.11 | 0.53 | 311.64 | 0.38 | 0.34 |
| Hex | 79 | 36 | 6C | 0 | 37 | B | 35 | 138 | 26 | 22 |
| Octal | 171 | 66 | 154 | 0 | 67 | 13 | 65 | 470 | 46 | 42 |
| Binary | 1111001 | 110110 | 1101100 | 0 | 110111 | 1011 | 110101 | 100111000 | 100110 | 100010 |
Color Harmonies of #79366C
Complementary color
Monochromatic Colors of #79366C
Black with #79366C
Text Example
Text Example
White with #79366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79366C; }
p { color: rgb(121,54,108); }
H1.HeaderClassName
{
color: #79366C;
}
.AnyTagClassName
{
color: #79366C;
}
</style>
background-color css
<style>
a { background-color: #79366C; }
a { background-color: rgb(121,54,108); }
div.DivClassName
{
background-color: #79366C;
}
.BgClassName
{
background-color: #79366C;
}
</style>
border-color css
<style>
span { border-color: #79366C; }
span { border-color: rgb(121,54,108); }
td.TdClassName
{
border-color: #79366C;
}
.TagClassName
{
border-color: #79366C;
}
</style>