Shades of Palatinate Purple #771962
Tints of Palatinate Purple #771962
RGB
CMYK
RGB Variations
Color information
#771962 (or 0x771962) is known color: Palatinate Purple. HEX triplet: 77, 19 and 62. RGB value is (119,25,98). Sum of RGB (Red+Green+Blue) = 119+25+98=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771962 is #88E69D. Grayscale: #3D3D3D. Windows color (decimal): -8971934 or 6429047. OLE color: 6429047.
HSL color Cylindrical-coordinate representation of color #771962: hue angle of 313.4º 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 #771962 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 98 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.53 |
| HSL | 313.4º | 0.65% | 0.28% | - |
| HSV(B) | 313.4º | 0.79% | 0.47% | - |
| XYZ | 10.16 | 5.5 | 12.08 | - |
| YUV | 61.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 98 | 0 | 0.79 | 0.18 | 0.53 | 313.4 | 0.65 | 0.28 |
| Hex | 77 | 19 | 62 | 0 | 4F | 12 | 35 | 139 | 41 | 1C |
| Octal | 167 | 31 | 142 | 0 | 117 | 22 | 65 | 471 | 101 | 34 |
| Binary | 1110111 | 11001 | 1100010 | 0 | 1001111 | 10010 | 110101 | 100111001 | 1000001 | 11100 |
Color Harmonies of #771962
Complementary color
Monochromatic Colors of #771962
Black with #771962
Text Example
Text Example
White with #771962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771962; }
p { color: rgb(119,25,98); }
H1.HeaderClassName
{
color: #771962;
}
.AnyTagClassName
{
color: #771962;
}
</style>
background-color css
<style>
a { background-color: #771962; }
a { background-color: rgb(119,25,98); }
div.DivClassName
{
background-color: #771962;
}
.BgClassName
{
background-color: #771962;
}
</style>
border-color css
<style>
span { border-color: #771962; }
span { border-color: rgb(119,25,98); }
td.TdClassName
{
border-color: #771962;
}
.TagClassName
{
border-color: #771962;
}
</style>