Shades of Palatinate Purple #771D6A
Tints of Palatinate Purple #771D6A
RGB
CMYK
RGB Variations
Color information
#771D6A (or 0x771D6A) is known color: Palatinate Purple. HEX triplet: 77, 1D and 6A. RGB value is (119,29,106). Sum of RGB (Red+Green+Blue) = 119+29+106=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #771D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D6A is #88E295. Grayscale: #404040. Windows color (decimal): -8970902 or 6954359. OLE color: 6954359.
HSL color Cylindrical-coordinate representation of color #771D6A: hue angle of 308.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D6A is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 106 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.53 |
| HSL | 308.67º | 0.61% | 0.29% | - |
| HSV(B) | 308.67º | 0.76% | 0.47% | - |
| XYZ | 10.65 | 5.84 | 14.2 | - |
| YUV | 64.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 106 | 0 | 0.76 | 0.11 | 0.53 | 308.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 6A | 0 | 4C | B | 35 | 135 | 3D | 1D |
| Octal | 167 | 35 | 152 | 0 | 114 | 13 | 65 | 465 | 75 | 35 |
| Binary | 1110111 | 11101 | 1101010 | 0 | 1001100 | 1011 | 110101 | 100110101 | 111101 | 11101 |
Color Harmonies of #771D6A
Complementary color
Monochromatic Colors of #771D6A
Black with #771D6A
Text Example
Text Example
White with #771D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D6A; }
p { color: rgb(119,29,106); }
H1.HeaderClassName
{
color: #771D6A;
}
.AnyTagClassName
{
color: #771D6A;
}
</style>
background-color css
<style>
a { background-color: #771D6A; }
a { background-color: rgb(119,29,106); }
div.DivClassName
{
background-color: #771D6A;
}
.BgClassName
{
background-color: #771D6A;
}
</style>
border-color css
<style>
span { border-color: #771D6A; }
span { border-color: rgb(119,29,106); }
td.TdClassName
{
border-color: #771D6A;
}
.TagClassName
{
border-color: #771D6A;
}
</style>