Shades of Palatinate Purple #792162
Tints of Palatinate Purple #792162
RGB
CMYK
RGB Variations
Color information
#792162 (or 0x792162) is known color: Palatinate Purple. HEX triplet: 79, 21 and 62. RGB value is (121,33,98). Sum of RGB (Red+Green+Blue) = 121+33+98=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #792162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792162 is #86DE9D. Grayscale: #424242. Windows color (decimal): -8838814 or 6431097. OLE color: 6431097.
HSL color Cylindrical-coordinate representation of color #792162: hue angle of 315.68º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792162 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 98 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.53 |
| HSL | 315.68º | 0.57% | 0.3% | - |
| HSV(B) | 315.68º | 0.73% | 0.47% | - |
| XYZ | 10.63 | 6.03 | 12.16 | - |
| YUV | 66.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 98 | 0 | 0.73 | 0.19 | 0.53 | 315.68 | 0.57 | 0.3 |
| Hex | 79 | 21 | 62 | 0 | 49 | 13 | 35 | 13C | 39 | 1E |
| Octal | 171 | 41 | 142 | 0 | 111 | 23 | 65 | 474 | 71 | 36 |
| Binary | 1111001 | 100001 | 1100010 | 0 | 1001001 | 10011 | 110101 | 100111100 | 111001 | 11110 |
Color Harmonies of #792162
Complementary color
Monochromatic Colors of #792162
Black with #792162
Text Example
Text Example
White with #792162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792162; }
p { color: rgb(121,33,98); }
H1.HeaderClassName
{
color: #792162;
}
.AnyTagClassName
{
color: #792162;
}
</style>
background-color css
<style>
a { background-color: #792162; }
a { background-color: rgb(121,33,98); }
div.DivClassName
{
background-color: #792162;
}
.BgClassName
{
background-color: #792162;
}
</style>
border-color css
<style>
span { border-color: #792162; }
span { border-color: rgb(121,33,98); }
td.TdClassName
{
border-color: #792162;
}
.TagClassName
{
border-color: #792162;
}
</style>