Shades of Palatinate Purple #79235E
Tints of Palatinate Purple #79235E
RGB
CMYK
RGB Variations
Color information
#79235E (or 0x79235E) is known color: Palatinate Purple. HEX triplet: 79, 23 and 5E. RGB value is (121,35,94). Sum of RGB (Red+Green+Blue) = 121+35+94=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79235E is #86DCA1. Grayscale: #434343. Windows color (decimal): -8838306 or 6169465. OLE color: 6169465.
HSL color Cylindrical-coordinate representation of color #79235E: hue angle of 318.84º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79235E is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 35 | 94 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.53 |
| HSL | 318.84º | 0.55% | 0.31% | - |
| HSV(B) | 318.84º | 0.71% | 0.47% | - |
| XYZ | 10.51 | 6.08 | 11.21 | - |
| YUV | 67.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 35 | 94 | 0 | 0.71 | 0.22 | 0.53 | 318.84 | 0.55 | 0.31 |
| Hex | 79 | 23 | 5E | 0 | 47 | 16 | 35 | 13F | 37 | 1F |
| Octal | 171 | 43 | 136 | 0 | 107 | 26 | 65 | 477 | 67 | 37 |
| Binary | 1111001 | 100011 | 1011110 | 0 | 1000111 | 10110 | 110101 | 100111111 | 110111 | 11111 |
Color Harmonies of #79235E
Complementary color
Monochromatic Colors of #79235E
Black with #79235E
Text Example
Text Example
White with #79235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79235E; }
p { color: rgb(121,35,94); }
H1.HeaderClassName
{
color: #79235E;
}
.AnyTagClassName
{
color: #79235E;
}
</style>
background-color css
<style>
a { background-color: #79235E; }
a { background-color: rgb(121,35,94); }
div.DivClassName
{
background-color: #79235E;
}
.BgClassName
{
background-color: #79235E;
}
</style>
border-color css
<style>
span { border-color: #79235E; }
span { border-color: rgb(121,35,94); }
td.TdClassName
{
border-color: #79235E;
}
.TagClassName
{
border-color: #79235E;
}
</style>