Shades of Palatinate Purple #792E64
Tints of Palatinate Purple #792E64
RGB
CMYK
RGB Variations
Color information
#792E64 (or 0x792E64) is known color: Palatinate Purple. HEX triplet: 79, 2E and 64. RGB value is (121,46,100). Sum of RGB (Red+Green+Blue) = 121+46+100=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #792E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E64 is #86D19B. Grayscale: #4A4A4A. Windows color (decimal): -8835484 or 6565497. OLE color: 6565497.
HSL color Cylindrical-coordinate representation of color #792E64: hue angle of 316.8º 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 #792E64 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 100 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.53 |
| HSL | 316.8º | 0.45% | 0.33% | - |
| HSV(B) | 316.8º | 0.62% | 0.47% | - |
| XYZ | 11.16 | 6.94 | 12.81 | - |
| YUV | 74.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 100 | 0 | 0.62 | 0.17 | 0.53 | 316.8 | 0.45 | 0.33 |
| Hex | 79 | 2E | 64 | 0 | 3E | 11 | 35 | 13D | 2D | 21 |
| Octal | 171 | 56 | 144 | 0 | 76 | 21 | 65 | 475 | 55 | 41 |
| Binary | 1111001 | 101110 | 1100100 | 0 | 111110 | 10001 | 110101 | 100111101 | 101101 | 100001 |
Color Harmonies of #792E64
Complementary color
Monochromatic Colors of #792E64
Black with #792E64
Text Example
Text Example
White with #792E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E64; }
p { color: rgb(121,46,100); }
H1.HeaderClassName
{
color: #792E64;
}
.AnyTagClassName
{
color: #792E64;
}
</style>
background-color css
<style>
a { background-color: #792E64; }
a { background-color: rgb(121,46,100); }
div.DivClassName
{
background-color: #792E64;
}
.BgClassName
{
background-color: #792E64;
}
</style>
border-color css
<style>
span { border-color: #792E64; }
span { border-color: rgb(121,46,100); }
td.TdClassName
{
border-color: #792E64;
}
.TagClassName
{
border-color: #792E64;
}
</style>