Shades of Palatinate Purple #792262
Tints of Palatinate Purple #792262
RGB
CMYK
RGB Variations
Color information
#792262 (or 0x792262) is known color: Palatinate Purple. HEX triplet: 79, 22 and 62. RGB value is (121,34,98). Sum of RGB (Red+Green+Blue) = 121+34+98=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #792262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792262 is #86DD9D. Grayscale: #434343. Windows color (decimal): -8838558 or 6431353. OLE color: 6431353.
HSL color Cylindrical-coordinate representation of color #792262: hue angle of 315.86º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792262 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 98 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.53 |
| HSL | 315.86º | 0.56% | 0.3% | - |
| HSV(B) | 315.86º | 0.72% | 0.47% | - |
| XYZ | 10.66 | 6.09 | 12.17 | - |
| YUV | 67.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 98 | 0 | 0.72 | 0.19 | 0.53 | 315.86 | 0.56 | 0.3 |
| Hex | 79 | 22 | 62 | 0 | 48 | 13 | 35 | 13C | 38 | 1E |
| Octal | 171 | 42 | 142 | 0 | 110 | 23 | 65 | 474 | 70 | 36 |
| Binary | 1111001 | 100010 | 1100010 | 0 | 1001000 | 10011 | 110101 | 100111100 | 111000 | 11110 |
Color Harmonies of #792262
Complementary color
Monochromatic Colors of #792262
Black with #792262
Text Example
Text Example
White with #792262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792262; }
p { color: rgb(121,34,98); }
H1.HeaderClassName
{
color: #792262;
}
.AnyTagClassName
{
color: #792262;
}
</style>
background-color css
<style>
a { background-color: #792262; }
a { background-color: rgb(121,34,98); }
div.DivClassName
{
background-color: #792262;
}
.BgClassName
{
background-color: #792262;
}
</style>
border-color css
<style>
span { border-color: #792262; }
span { border-color: rgb(121,34,98); }
td.TdClassName
{
border-color: #792262;
}
.TagClassName
{
border-color: #792262;
}
</style>