Shades of Palatinate Purple #792E69
Tints of Palatinate Purple #792E69
RGB
CMYK
RGB Variations
Color information
#792E69 (or 0x792E69) is known color: Palatinate Purple. HEX triplet: 79, 2E and 69. RGB value is (121,46,105). Sum of RGB (Red+Green+Blue) = 121+46+105=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #792E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E69 is #86D196. Grayscale: #4A4A4A. Windows color (decimal): -8835479 or 6893177. OLE color: 6893177.
HSL color Cylindrical-coordinate representation of color #792E69: hue angle of 312.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 #792E69 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 105 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.53 |
| HSL | 312.8º | 0.45% | 0.33% | - |
| HSV(B) | 312.8º | 0.62% | 0.47% | - |
| XYZ | 11.41 | 7.04 | 14.12 | - |
| YUV | 75.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 105 | 0 | 0.62 | 0.13 | 0.53 | 312.8 | 0.45 | 0.33 |
| Hex | 79 | 2E | 69 | 0 | 3E | D | 35 | 139 | 2D | 21 |
| Octal | 171 | 56 | 151 | 0 | 76 | 15 | 65 | 471 | 55 | 41 |
| Binary | 1111001 | 101110 | 1101001 | 0 | 111110 | 1101 | 110101 | 100111001 | 101101 | 100001 |
Color Harmonies of #792E69
Complementary color
Monochromatic Colors of #792E69
Black with #792E69
Text Example
Text Example
White with #792E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E69; }
p { color: rgb(121,46,105); }
H1.HeaderClassName
{
color: #792E69;
}
.AnyTagClassName
{
color: #792E69;
}
</style>
background-color css
<style>
a { background-color: #792E69; }
a { background-color: rgb(121,46,105); }
div.DivClassName
{
background-color: #792E69;
}
.BgClassName
{
background-color: #792E69;
}
</style>
border-color css
<style>
span { border-color: #792E69; }
span { border-color: rgb(121,46,105); }
td.TdClassName
{
border-color: #792E69;
}
.TagClassName
{
border-color: #792E69;
}
</style>