Shades of Palatinate Purple #79155D
Tints of Palatinate Purple #79155D
RGB
CMYK
RGB Variations
Color information
#79155D (or 0x79155D) is known color: Palatinate Purple. HEX triplet: 79, 15 and 5D. RGB value is (121,21,93). Sum of RGB (Red+Green+Blue) = 121+21+93=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79155D is #86EAA2. Grayscale: #3A3A3A. Windows color (decimal): -8841891 or 6100345. OLE color: 6100345.
HSL color Cylindrical-coordinate representation of color #79155D: hue angle of 316.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79155D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 21 | 93 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.53 |
| HSL | 316.8º | 0.7% | 0.28% | - |
| HSV(B) | 316.8º | 0.83% | 0.47% | - |
| XYZ | 10.13 | 5.39 | 10.86 | - |
| YUV | 59.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 93 | 0 | 0.83 | 0.23 | 0.53 | 316.8 | 0.7 | 0.28 |
| Hex | 79 | 15 | 5D | 0 | 53 | 17 | 35 | 13D | 46 | 1C |
| Octal | 171 | 25 | 135 | 0 | 123 | 27 | 65 | 475 | 106 | 34 |
| Binary | 1111001 | 10101 | 1011101 | 0 | 1010011 | 10111 | 110101 | 100111101 | 1000110 | 11100 |
Color Harmonies of #79155D
Complementary color
Monochromatic Colors of #79155D
Black with #79155D
Text Example
Text Example
White with #79155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79155D; }
p { color: rgb(121,21,93); }
H1.HeaderClassName
{
color: #79155D;
}
.AnyTagClassName
{
color: #79155D;
}
</style>
background-color css
<style>
a { background-color: #79155D; }
a { background-color: rgb(121,21,93); }
div.DivClassName
{
background-color: #79155D;
}
.BgClassName
{
background-color: #79155D;
}
</style>
border-color css
<style>
span { border-color: #79155D; }
span { border-color: rgb(121,21,93); }
td.TdClassName
{
border-color: #79155D;
}
.TagClassName
{
border-color: #79155D;
}
</style>