Shades of Purple #770E88
Tints of Purple #770E88
RGB
CMYK
RGB Variations
Color information
#770E88 (or 0x770E88) is known color: Purple. HEX triplet: 77, 0E and 88. RGB value is (119,14,136). Sum of RGB (Red+Green+Blue) = 119+14+136=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #770E88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770E88 is #88F177. Grayscale: #3A3A3A. Windows color (decimal): -8974712 or 8916599. OLE color: 8916599.
HSL color Cylindrical-coordinate representation of color #770E88: hue angle of 291.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770E88 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 14 | 136 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.47 |
| HSL | 291.64º | 0.81% | 0.29% | - |
| HSV(B) | 291.64º | 0.9% | 0.53% | - |
| XYZ | 12.21 | 6.01 | 23.81 | - |
| YUV | 59.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 136 | 0.12 | 0.90 | 0 | 0.47 | 291.64 | 0.81 | 0.29 |
| Hex | 77 | E | 88 | C | 5A | 0 | 2F | 124 | 51 | 1D |
| Octal | 167 | 16 | 210 | 14 | 132 | 0 | 57 | 444 | 121 | 35 |
| Binary | 1110111 | 1110 | 10001000 | 1100 | 1011010 | 0 | 101111 | 100100100 | 1010001 | 11101 |
Color Harmonies of #770E88
Complementary color
Monochromatic Colors of #770E88
Black with #770E88
Text Example
Text Example
White with #770E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E88; }
p { color: rgb(119,14,136); }
H1.HeaderClassName
{
color: #770E88;
}
.AnyTagClassName
{
color: #770E88;
}
</style>
background-color css
<style>
a { background-color: #770E88; }
a { background-color: rgb(119,14,136); }
div.DivClassName
{
background-color: #770E88;
}
.BgClassName
{
background-color: #770E88;
}
</style>
border-color css
<style>
span { border-color: #770E88; }
span { border-color: rgb(119,14,136); }
td.TdClassName
{
border-color: #770E88;
}
.TagClassName
{
border-color: #770E88;
}
</style>