Shades of Palatinate Purple #771967
Tints of Palatinate Purple #771967
RGB
CMYK
RGB Variations
Color information
#771967 (or 0x771967) is known color: Palatinate Purple. HEX triplet: 77, 19 and 67. RGB value is (119,25,103). Sum of RGB (Red+Green+Blue) = 119+25+103=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771967 is #88E698. Grayscale: #3D3D3D. Windows color (decimal): -8971929 or 6756727. OLE color: 6756727.
HSL color Cylindrical-coordinate representation of color #771967: hue angle of 310.21º 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 #771967 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 103 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.53 |
| HSL | 310.21º | 0.65% | 0.28% | - |
| HSV(B) | 310.21º | 0.79% | 0.47% | - |
| XYZ | 10.4 | 5.6 | 13.36 | - |
| YUV | 62 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 103 | 0 | 0.79 | 0.13 | 0.53 | 310.21 | 0.65 | 0.28 |
| Hex | 77 | 19 | 67 | 0 | 4F | D | 35 | 136 | 41 | 1C |
| Octal | 167 | 31 | 147 | 0 | 117 | 15 | 65 | 466 | 101 | 34 |
| Binary | 1110111 | 11001 | 1100111 | 0 | 1001111 | 1101 | 110101 | 100110110 | 1000001 | 11100 |
Color Harmonies of #771967
Complementary color
Monochromatic Colors of #771967
Black with #771967
Text Example
Text Example
White with #771967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771967; }
p { color: rgb(119,25,103); }
H1.HeaderClassName
{
color: #771967;
}
.AnyTagClassName
{
color: #771967;
}
</style>
background-color css
<style>
a { background-color: #771967; }
a { background-color: rgb(119,25,103); }
div.DivClassName
{
background-color: #771967;
}
.BgClassName
{
background-color: #771967;
}
</style>
border-color css
<style>
span { border-color: #771967; }
span { border-color: rgb(119,25,103); }
td.TdClassName
{
border-color: #771967;
}
.TagClassName
{
border-color: #771967;
}
</style>