Shades of Palatinate Purple #771963
Tints of Palatinate Purple #771963
RGB
CMYK
RGB Variations
Color information
#771963 (or 0x771963) is known color: Palatinate Purple. HEX triplet: 77, 19 and 63. RGB value is (119,25,99). Sum of RGB (Red+Green+Blue) = 119+25+99=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771963 is #88E69C. Grayscale: #3D3D3D. Windows color (decimal): -8971933 or 6494583. OLE color: 6494583.
HSL color Cylindrical-coordinate representation of color #771963: hue angle of 312.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771963 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 99 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.53 |
| HSL | 312.77º | 0.65% | 0.28% | - |
| HSV(B) | 312.77º | 0.79% | 0.47% | - |
| XYZ | 10.21 | 5.52 | 12.33 | - |
| YUV | 61.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 99 | 0 | 0.79 | 0.17 | 0.53 | 312.77 | 0.65 | 0.28 |
| Hex | 77 | 19 | 63 | 0 | 4F | 11 | 35 | 139 | 41 | 1C |
| Octal | 167 | 31 | 143 | 0 | 117 | 21 | 65 | 471 | 101 | 34 |
| Binary | 1110111 | 11001 | 1100011 | 0 | 1001111 | 10001 | 110101 | 100111001 | 1000001 | 11100 |
Color Harmonies of #771963
Complementary color
Monochromatic Colors of #771963
Black with #771963
Text Example
Text Example
White with #771963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771963; }
p { color: rgb(119,25,99); }
H1.HeaderClassName
{
color: #771963;
}
.AnyTagClassName
{
color: #771963;
}
</style>
background-color css
<style>
a { background-color: #771963; }
a { background-color: rgb(119,25,99); }
div.DivClassName
{
background-color: #771963;
}
.BgClassName
{
background-color: #771963;
}
</style>
border-color css
<style>
span { border-color: #771963; }
span { border-color: rgb(119,25,99); }
td.TdClassName
{
border-color: #771963;
}
.TagClassName
{
border-color: #771963;
}
</style>