Shades of Electric Indigo #7A0DEC
Tints of Electric Indigo #7A0DEC
RGB
CMYK
RGB Variations
Color information
#7A0DEC (or 0x7A0DEC) is known color: Electric Indigo. HEX triplet: 7A, 0D and EC. RGB value is (122,13,236). Sum of RGB (Red+Green+Blue) = 122+13+236=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0DEC is #85F213. Grayscale: #464646. Windows color (decimal): -8778260 or 15469946. OLE color: 15469946.
HSL color Cylindrical-coordinate representation of color #7A0DEC: hue angle of 269.33º degrees, saturation: 0.9, 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 #7A0DEC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 13 | 236 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.07 |
| HSL | 269.33º | 0.9% | 0.49% | - |
| HSV(B) | 269.33º | 0.94% | 0.93% | - |
| XYZ | 23.31 | 10.48 | 80.15 | - |
| YUV | 71.01 | 221.11 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 236 | 0.48 | 0.94 | 0 | 0.07 | 269.33 | 0.9 | 0.49 |
| Hex | 7A | D | EC | 30 | 5E | 0 | 7 | 10D | 5A | 31 |
| Octal | 172 | 15 | 354 | 60 | 136 | 0 | 7 | 415 | 132 | 61 |
| Binary | 1111010 | 1101 | 11101100 | 110000 | 1011110 | 0 | 111 | 100001101 | 1011010 | 110001 |
Color Harmonies of #7A0DEC
Complementary color
Monochromatic Colors of #7A0DEC
Black with #7A0DEC
Text Example
Text Example
White with #7A0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DEC; }
p { color: rgb(122,13,236); }
H1.HeaderClassName
{
color: #7A0DEC;
}
.AnyTagClassName
{
color: #7A0DEC;
}
</style>
background-color css
<style>
a { background-color: #7A0DEC; }
a { background-color: rgb(122,13,236); }
div.DivClassName
{
background-color: #7A0DEC;
}
.BgClassName
{
background-color: #7A0DEC;
}
</style>
border-color css
<style>
span { border-color: #7A0DEC; }
span { border-color: rgb(122,13,236); }
td.TdClassName
{
border-color: #7A0DEC;
}
.TagClassName
{
border-color: #7A0DEC;
}
</style>