Shades of Electric Indigo #7706E9
Tints of Electric Indigo #7706E9
RGB
CMYK
RGB Variations
Color information
#7706E9 (or 0x7706E9) is known color: Electric Indigo. HEX triplet: 77, 06 and E9. RGB value is (119,6,233). Sum of RGB (Red+Green+Blue) = 119+6+233=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #7706E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7706E9 is #88F916. Grayscale: #404040. Windows color (decimal): -8976663 or 15271543. OLE color: 15271543.
HSL color Cylindrical-coordinate representation of color #7706E9: hue angle of 269.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706E9 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 6 | 233 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.09 |
| HSL | 269.87º | 0.95% | 0.47% | - |
| HSV(B) | 269.87º | 0.97% | 0.91% | - |
| XYZ | 22.38 | 9.94 | 77.83 | - |
| YUV | 65.67 | 222.44 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 233 | 0.49 | 0.97 | 0 | 0.09 | 269.87 | 0.95 | 0.47 |
| Hex | 77 | 6 | E9 | 31 | 61 | 0 | 9 | 10E | 5F | 2F |
| Octal | 167 | 6 | 351 | 61 | 141 | 0 | 11 | 416 | 137 | 57 |
| Binary | 1110111 | 110 | 11101001 | 110001 | 1100001 | 0 | 1001 | 100001110 | 1011111 | 101111 |
Color Harmonies of #7706E9
Complementary color
Monochromatic Colors of #7706E9
Black with #7706E9
Text Example
Text Example
White with #7706E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706E9; }
p { color: rgb(119,6,233); }
H1.HeaderClassName
{
color: #7706E9;
}
.AnyTagClassName
{
color: #7706E9;
}
</style>
background-color css
<style>
a { background-color: #7706E9; }
a { background-color: rgb(119,6,233); }
div.DivClassName
{
background-color: #7706E9;
}
.BgClassName
{
background-color: #7706E9;
}
</style>
border-color css
<style>
span { border-color: #7706E9; }
span { border-color: rgb(119,6,233); }
td.TdClassName
{
border-color: #7706E9;
}
.TagClassName
{
border-color: #7706E9;
}
</style>