Shades of Electric Indigo #7A0EEC
Tints of Electric Indigo #7A0EEC
RGB
CMYK
RGB Variations
Color information
#7A0EEC (or 0x7A0EEC) is known color: Electric Indigo. HEX triplet: 7A, 0E and EC. RGB value is (122,14,236). Sum of RGB (Red+Green+Blue) = 122+14+236=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EEC is #85F113. Grayscale: #464646. Windows color (decimal): -8778004 or 15470202. OLE color: 15470202.
HSL color Cylindrical-coordinate representation of color #7A0EEC: hue angle of 269.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0EEC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 14 | 236 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.07 |
| HSL | 269.19º | 0.89% | 0.49% | - |
| HSV(B) | 269.19º | 0.94% | 0.93% | - |
| XYZ | 23.32 | 10.51 | 80.16 | - |
| YUV | 71.6 | 220.78 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 236 | 0.48 | 0.94 | 0 | 0.07 | 269.19 | 0.89 | 0.49 |
| Hex | 7A | E | EC | 30 | 5E | 0 | 7 | 10D | 59 | 31 |
| Octal | 172 | 16 | 354 | 60 | 136 | 0 | 7 | 415 | 131 | 61 |
| Binary | 1111010 | 1110 | 11101100 | 110000 | 1011110 | 0 | 111 | 100001101 | 1011001 | 110001 |
Color Harmonies of #7A0EEC
Complementary color
Monochromatic Colors of #7A0EEC
Black with #7A0EEC
Text Example
Text Example
White with #7A0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EEC; }
p { color: rgb(122,14,236); }
H1.HeaderClassName
{
color: #7A0EEC;
}
.AnyTagClassName
{
color: #7A0EEC;
}
</style>
background-color css
<style>
a { background-color: #7A0EEC; }
a { background-color: rgb(122,14,236); }
div.DivClassName
{
background-color: #7A0EEC;
}
.BgClassName
{
background-color: #7A0EEC;
}
</style>
border-color css
<style>
span { border-color: #7A0EEC; }
span { border-color: rgb(122,14,236); }
td.TdClassName
{
border-color: #7A0EEC;
}
.TagClassName
{
border-color: #7A0EEC;
}
</style>