Shades of Palatinate Purple #791964
Tints of Palatinate Purple #791964
RGB
CMYK
RGB Variations
Color information
#791964 (or 0x791964) is known color: Palatinate Purple. HEX triplet: 79, 19 and 64. RGB value is (121,25,100). Sum of RGB (Red+Green+Blue) = 121+25+100=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #791964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791964 is #86E69B. Grayscale: #3E3E3E. Windows color (decimal): -8840860 or 6560121. OLE color: 6560121.
HSL color Cylindrical-coordinate representation of color #791964: hue angle of 313.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791964 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 100 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.53 |
| HSL | 313.13º | 0.66% | 0.29% | - |
| HSV(B) | 313.13º | 0.79% | 0.47% | - |
| XYZ | 10.53 | 5.68 | 12.6 | - |
| YUV | 62.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 100 | 0 | 0.79 | 0.17 | 0.53 | 313.13 | 0.66 | 0.29 |
| Hex | 79 | 19 | 64 | 0 | 4F | 11 | 35 | 139 | 42 | 1D |
| Octal | 171 | 31 | 144 | 0 | 117 | 21 | 65 | 471 | 102 | 35 |
| Binary | 1111001 | 11001 | 1100100 | 0 | 1001111 | 10001 | 110101 | 100111001 | 1000010 | 11101 |
Color Harmonies of #791964
Complementary color
Monochromatic Colors of #791964
Black with #791964
Text Example
Text Example
White with #791964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791964; }
p { color: rgb(121,25,100); }
H1.HeaderClassName
{
color: #791964;
}
.AnyTagClassName
{
color: #791964;
}
</style>
background-color css
<style>
a { background-color: #791964; }
a { background-color: rgb(121,25,100); }
div.DivClassName
{
background-color: #791964;
}
.BgClassName
{
background-color: #791964;
}
</style>
border-color css
<style>
span { border-color: #791964; }
span { border-color: rgb(121,25,100); }
td.TdClassName
{
border-color: #791964;
}
.TagClassName
{
border-color: #791964;
}
</style>