Shades of Palatinate Purple #770E61
Tints of Palatinate Purple #770E61
RGB
CMYK
RGB Variations
Color information
#770E61 (or 0x770E61) is known color: Palatinate Purple. HEX triplet: 77, 0E and 61. RGB value is (119,14,97). Sum of RGB (Red+Green+Blue) = 119+14+97=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #770E61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E61 is #88F19E. Grayscale: #363636. Windows color (decimal): -8974751 or 6360695. OLE color: 6360695.
HSL color Cylindrical-coordinate representation of color #770E61: hue angle of 312.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E61 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 97 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.53 |
| HSL | 312.57º | 0.79% | 0.26% | - |
| HSV(B) | 312.57º | 0.88% | 0.47% | - |
| XYZ | 9.92 | 5.1 | 11.77 | - |
| YUV | 54.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 97 | 0 | 0.88 | 0.18 | 0.53 | 312.57 | 0.79 | 0.26 |
| Hex | 77 | E | 61 | 0 | 58 | 12 | 35 | 139 | 4F | 1A |
| Octal | 167 | 16 | 141 | 0 | 130 | 22 | 65 | 471 | 117 | 32 |
| Binary | 1110111 | 1110 | 1100001 | 0 | 1011000 | 10010 | 110101 | 100111001 | 1001111 | 11010 |
Color Harmonies of #770E61
Complementary color
Monochromatic Colors of #770E61
Black with #770E61
Text Example
Text Example
White with #770E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E61; }
p { color: rgb(119,14,97); }
H1.HeaderClassName
{
color: #770E61;
}
.AnyTagClassName
{
color: #770E61;
}
</style>
background-color css
<style>
a { background-color: #770E61; }
a { background-color: rgb(119,14,97); }
div.DivClassName
{
background-color: #770E61;
}
.BgClassName
{
background-color: #770E61;
}
</style>
border-color css
<style>
span { border-color: #770E61; }
span { border-color: rgb(119,14,97); }
td.TdClassName
{
border-color: #770E61;
}
.TagClassName
{
border-color: #770E61;
}
</style>