Shades of Palatinate Purple #792468
Tints of Palatinate Purple #792468
RGB
CMYK
RGB Variations
Color information
#792468 (or 0x792468) is known color: Palatinate Purple. HEX triplet: 79, 24 and 68. RGB value is (121,36,104). Sum of RGB (Red+Green+Blue) = 121+36+104=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #792468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792468 is #86DB97. Grayscale: #444444. Windows color (decimal): -8838040 or 6825081. OLE color: 6825081.
HSL color Cylindrical-coordinate representation of color #792468: hue angle of 312º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792468 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 36 | 104 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.53 |
| HSL | 312º | 0.54% | 0.31% | - |
| HSV(B) | 312º | 0.7% | 0.47% | - |
| XYZ | 11.01 | 6.33 | 13.74 | - |
| YUV | 69.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 104 | 0 | 0.70 | 0.14 | 0.53 | 312 | 0.54 | 0.31 |
| Hex | 79 | 24 | 68 | 0 | 46 | E | 35 | 138 | 36 | 1F |
| Octal | 171 | 44 | 150 | 0 | 106 | 16 | 65 | 470 | 66 | 37 |
| Binary | 1111001 | 100100 | 1101000 | 0 | 1000110 | 1110 | 110101 | 100111000 | 110110 | 11111 |
Color Harmonies of #792468
Complementary color
Monochromatic Colors of #792468
Black with #792468
Text Example
Text Example
White with #792468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792468; }
p { color: rgb(121,36,104); }
H1.HeaderClassName
{
color: #792468;
}
.AnyTagClassName
{
color: #792468;
}
</style>
background-color css
<style>
a { background-color: #792468; }
a { background-color: rgb(121,36,104); }
div.DivClassName
{
background-color: #792468;
}
.BgClassName
{
background-color: #792468;
}
</style>
border-color css
<style>
span { border-color: #792468; }
span { border-color: rgb(121,36,104); }
td.TdClassName
{
border-color: #792468;
}
.TagClassName
{
border-color: #792468;
}
</style>