Shades of Palatinate Purple #771861
Tints of Palatinate Purple #771861
RGB
CMYK
RGB Variations
Color information
#771861 (or 0x771861) is known color: Palatinate Purple. HEX triplet: 77, 18 and 61. RGB value is (119,24,97). Sum of RGB (Red+Green+Blue) = 119+24+97=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771861 is #88E79E. Grayscale: #3C3C3C. Windows color (decimal): -8972191 or 6363255. OLE color: 6363255.
HSL color Cylindrical-coordinate representation of color #771861: hue angle of 313.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771861 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 97 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.53 |
| HSL | 313.89º | 0.66% | 0.28% | - |
| HSV(B) | 313.89º | 0.8% | 0.47% | - |
| XYZ | 10.09 | 5.44 | 11.83 | - |
| YUV | 60.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 97 | 0 | 0.80 | 0.18 | 0.53 | 313.89 | 0.66 | 0.28 |
| Hex | 77 | 18 | 61 | 0 | 50 | 12 | 35 | 13A | 42 | 1C |
| Octal | 167 | 30 | 141 | 0 | 120 | 22 | 65 | 472 | 102 | 34 |
| Binary | 1110111 | 11000 | 1100001 | 0 | 1010000 | 10010 | 110101 | 100111010 | 1000010 | 11100 |
Color Harmonies of #771861
Complementary color
Monochromatic Colors of #771861
Black with #771861
Text Example
Text Example
White with #771861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771861; }
p { color: rgb(119,24,97); }
H1.HeaderClassName
{
color: #771861;
}
.AnyTagClassName
{
color: #771861;
}
</style>
background-color css
<style>
a { background-color: #771861; }
a { background-color: rgb(119,24,97); }
div.DivClassName
{
background-color: #771861;
}
.BgClassName
{
background-color: #771861;
}
</style>
border-color css
<style>
span { border-color: #771861; }
span { border-color: rgb(119,24,97); }
td.TdClassName
{
border-color: #771861;
}
.TagClassName
{
border-color: #771861;
}
</style>