Shades of Palatinate Purple #771E68
Tints of Palatinate Purple #771E68
RGB
CMYK
RGB Variations
Color information
#771E68 (or 0x771E68) is known color: Palatinate Purple. HEX triplet: 77, 1E and 68. RGB value is (119,30,104). Sum of RGB (Red+Green+Blue) = 119+30+104=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E68 is #88E197. Grayscale: #404040. Windows color (decimal): -8970648 or 6823543. OLE color: 6823543.
HSL color Cylindrical-coordinate representation of color #771E68: hue angle of 310.11º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E68 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 104 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.53 |
| HSL | 310.11º | 0.6% | 0.29% | - |
| HSV(B) | 310.11º | 0.75% | 0.47% | - |
| XYZ | 10.57 | 5.85 | 13.67 | - |
| YUV | 65.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 104 | 0 | 0.75 | 0.13 | 0.53 | 310.11 | 0.6 | 0.29 |
| Hex | 77 | 1E | 68 | 0 | 4B | D | 35 | 136 | 3C | 1D |
| Octal | 167 | 36 | 150 | 0 | 113 | 15 | 65 | 466 | 74 | 35 |
| Binary | 1110111 | 11110 | 1101000 | 0 | 1001011 | 1101 | 110101 | 100110110 | 111100 | 11101 |
Color Harmonies of #771E68
Complementary color
Monochromatic Colors of #771E68
Black with #771E68
Text Example
Text Example
White with #771E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E68; }
p { color: rgb(119,30,104); }
H1.HeaderClassName
{
color: #771E68;
}
.AnyTagClassName
{
color: #771E68;
}
</style>
background-color css
<style>
a { background-color: #771E68; }
a { background-color: rgb(119,30,104); }
div.DivClassName
{
background-color: #771E68;
}
.BgClassName
{
background-color: #771E68;
}
</style>
border-color css
<style>
span { border-color: #771E68; }
span { border-color: rgb(119,30,104); }
td.TdClassName
{
border-color: #771E68;
}
.TagClassName
{
border-color: #771E68;
}
</style>