Shades of Purple #770E89
Tints of Purple #770E89
RGB
CMYK
RGB Variations
Color information
#770E89 (or 0x770E89) is known color: Purple. HEX triplet: 77, 0E and 89. RGB value is (119,14,137). Sum of RGB (Red+Green+Blue) = 119+14+137=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #770E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E89 is #88F176. Grayscale: #3B3B3B. Windows color (decimal): -8974711 or 8982135. OLE color: 8982135.
HSL color Cylindrical-coordinate representation of color #770E89: hue angle of 291.22º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770E89 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 14 | 137 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.46 |
| HSL | 291.22º | 0.81% | 0.3% | - |
| HSV(B) | 291.22º | 0.9% | 0.54% | - |
| XYZ | 12.28 | 6.04 | 24.19 | - |
| YUV | 59.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 137 | 0.13 | 0.90 | 0 | 0.46 | 291.22 | 0.81 | 0.3 |
| Hex | 77 | E | 89 | D | 5A | 0 | 2E | 123 | 51 | 1E |
| Octal | 167 | 16 | 211 | 15 | 132 | 0 | 56 | 443 | 121 | 36 |
| Binary | 1110111 | 1110 | 10001001 | 1101 | 1011010 | 0 | 101110 | 100100011 | 1010001 | 11110 |
Color Harmonies of #770E89
Complementary color
Monochromatic Colors of #770E89
Black with #770E89
Text Example
Text Example
White with #770E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E89; }
p { color: rgb(119,14,137); }
H1.HeaderClassName
{
color: #770E89;
}
.AnyTagClassName
{
color: #770E89;
}
</style>
background-color css
<style>
a { background-color: #770E89; }
a { background-color: rgb(119,14,137); }
div.DivClassName
{
background-color: #770E89;
}
.BgClassName
{
background-color: #770E89;
}
</style>
border-color css
<style>
span { border-color: #770E89; }
span { border-color: rgb(119,14,137); }
td.TdClassName
{
border-color: #770E89;
}
.TagClassName
{
border-color: #770E89;
}
</style>