Shades of Palatinate Purple #792E68
Tints of Palatinate Purple #792E68
RGB
CMYK
RGB Variations
Color information
#792E68 (or 0x792E68) is known color: Palatinate Purple. HEX triplet: 79, 2E and 68. RGB value is (121,46,104). Sum of RGB (Red+Green+Blue) = 121+46+104=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #792E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E68 is #86D197. Grayscale: #4A4A4A. Windows color (decimal): -8835480 or 6827641. OLE color: 6827641.
HSL color Cylindrical-coordinate representation of color #792E68: hue angle of 313.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E68 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 104 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.53 |
| HSL | 313.6º | 0.45% | 0.33% | - |
| HSV(B) | 313.6º | 0.62% | 0.47% | - |
| XYZ | 11.36 | 7.02 | 13.85 | - |
| YUV | 75.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 104 | 0 | 0.62 | 0.14 | 0.53 | 313.6 | 0.45 | 0.33 |
| Hex | 79 | 2E | 68 | 0 | 3E | E | 35 | 13A | 2D | 21 |
| Octal | 171 | 56 | 150 | 0 | 76 | 16 | 65 | 472 | 55 | 41 |
| Binary | 1111001 | 101110 | 1101000 | 0 | 111110 | 1110 | 110101 | 100111010 | 101101 | 100001 |
Color Harmonies of #792E68
Complementary color
Monochromatic Colors of #792E68
Black with #792E68
Text Example
Text Example
White with #792E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E68; }
p { color: rgb(121,46,104); }
H1.HeaderClassName
{
color: #792E68;
}
.AnyTagClassName
{
color: #792E68;
}
</style>
background-color css
<style>
a { background-color: #792E68; }
a { background-color: rgb(121,46,104); }
div.DivClassName
{
background-color: #792E68;
}
.BgClassName
{
background-color: #792E68;
}
</style>
border-color css
<style>
span { border-color: #792E68; }
span { border-color: rgb(121,46,104); }
td.TdClassName
{
border-color: #792E68;
}
.TagClassName
{
border-color: #792E68;
}
</style>