Shades of Palatinate Purple #79376A
Tints of Palatinate Purple #79376A
RGB
CMYK
RGB Variations
Color information
#79376A (or 0x79376A) is known color: Palatinate Purple. HEX triplet: 79, 37 and 6A. RGB value is (121,55,106). Sum of RGB (Red+Green+Blue) = 121+55+106=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79376A is #86C895. Grayscale: #505050. Windows color (decimal): -8833174 or 6961017. OLE color: 6961017.
HSL color Cylindrical-coordinate representation of color #79376A: hue angle of 313.64º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79376A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 55 | 106 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.53 |
| HSL | 313.64º | 0.38% | 0.35% | - |
| HSV(B) | 313.64º | 0.55% | 0.47% | - |
| XYZ | 11.85 | 7.84 | 14.52 | - |
| YUV | 80.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 106 | 0 | 0.55 | 0.12 | 0.53 | 313.64 | 0.38 | 0.35 |
| Hex | 79 | 37 | 6A | 0 | 37 | C | 35 | 13A | 26 | 23 |
| Octal | 171 | 67 | 152 | 0 | 67 | 14 | 65 | 472 | 46 | 43 |
| Binary | 1111001 | 110111 | 1101010 | 0 | 110111 | 1100 | 110101 | 100111010 | 100110 | 100011 |
Color Harmonies of #79376A
Complementary color
Monochromatic Colors of #79376A
Black with #79376A
Text Example
Text Example
White with #79376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79376A; }
p { color: rgb(121,55,106); }
H1.HeaderClassName
{
color: #79376A;
}
.AnyTagClassName
{
color: #79376A;
}
</style>
background-color css
<style>
a { background-color: #79376A; }
a { background-color: rgb(121,55,106); }
div.DivClassName
{
background-color: #79376A;
}
.BgClassName
{
background-color: #79376A;
}
</style>
border-color css
<style>
span { border-color: #79376A; }
span { border-color: rgb(121,55,106); }
td.TdClassName
{
border-color: #79376A;
}
.TagClassName
{
border-color: #79376A;
}
</style>