Shades of Palatinate Purple #771761
Tints of Palatinate Purple #771761
RGB
CMYK
RGB Variations
Color information
#771761 (or 0x771761) is known color: Palatinate Purple. HEX triplet: 77, 17 and 61. RGB value is (119,23,97). Sum of RGB (Red+Green+Blue) = 119+23+97=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771761 is #88E89E. Grayscale: #3B3B3B. Windows color (decimal): -8972447 or 6362999. OLE color: 6362999.
HSL color Cylindrical-coordinate representation of color #771761: hue angle of 313.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771761 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 97 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.53 |
| HSL | 313.75º | 0.68% | 0.28% | - |
| HSV(B) | 313.75º | 0.81% | 0.47% | - |
| XYZ | 10.07 | 5.4 | 11.82 | - |
| YUV | 60.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 97 | 0 | 0.81 | 0.18 | 0.53 | 313.75 | 0.68 | 0.28 |
| Hex | 77 | 17 | 61 | 0 | 51 | 12 | 35 | 13A | 44 | 1C |
| Octal | 167 | 27 | 141 | 0 | 121 | 22 | 65 | 472 | 104 | 34 |
| Binary | 1110111 | 10111 | 1100001 | 0 | 1010001 | 10010 | 110101 | 100111010 | 1000100 | 11100 |
Color Harmonies of #771761
Complementary color
Monochromatic Colors of #771761
Black with #771761
Text Example
Text Example
White with #771761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771761; }
p { color: rgb(119,23,97); }
H1.HeaderClassName
{
color: #771761;
}
.AnyTagClassName
{
color: #771761;
}
</style>
background-color css
<style>
a { background-color: #771761; }
a { background-color: rgb(119,23,97); }
div.DivClassName
{
background-color: #771761;
}
.BgClassName
{
background-color: #771761;
}
</style>
border-color css
<style>
span { border-color: #771761; }
span { border-color: rgb(119,23,97); }
td.TdClassName
{
border-color: #771761;
}
.TagClassName
{
border-color: #771761;
}
</style>