Shades of Palatinate Purple #79306C
Tints of Palatinate Purple #79306C
RGB
CMYK
RGB Variations
Color information
#79306C (or 0x79306C) is known color: Palatinate Purple. HEX triplet: 79, 30 and 6C. RGB value is (121,48,108). Sum of RGB (Red+Green+Blue) = 121+48+108=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79306C is #86CF93. Grayscale: #4C4C4C. Windows color (decimal): -8834964 or 7090297. OLE color: 7090297.
HSL color Cylindrical-coordinate representation of color #79306C: hue angle of 310.68º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79306C is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 108 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.53 |
| HSL | 310.68º | 0.43% | 0.33% | - |
| HSV(B) | 310.68º | 0.6% | 0.47% | - |
| XYZ | 11.65 | 7.26 | 14.98 | - |
| YUV | 76.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 108 | 0 | 0.60 | 0.11 | 0.53 | 310.68 | 0.43 | 0.33 |
| Hex | 79 | 30 | 6C | 0 | 3C | B | 35 | 137 | 2B | 21 |
| Octal | 171 | 60 | 154 | 0 | 74 | 13 | 65 | 467 | 53 | 41 |
| Binary | 1111001 | 110000 | 1101100 | 0 | 111100 | 1011 | 110101 | 100110111 | 101011 | 100001 |
Color Harmonies of #79306C
Complementary color
Monochromatic Colors of #79306C
Black with #79306C
Text Example
Text Example
White with #79306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79306C; }
p { color: rgb(121,48,108); }
H1.HeaderClassName
{
color: #79306C;
}
.AnyTagClassName
{
color: #79306C;
}
</style>
background-color css
<style>
a { background-color: #79306C; }
a { background-color: rgb(121,48,108); }
div.DivClassName
{
background-color: #79306C;
}
.BgClassName
{
background-color: #79306C;
}
</style>
border-color css
<style>
span { border-color: #79306C; }
span { border-color: rgb(121,48,108); }
td.TdClassName
{
border-color: #79306C;
}
.TagClassName
{
border-color: #79306C;
}
</style>