Shades of Electric Indigo #7A0BE6
Tints of Electric Indigo #7A0BE6
RGB
CMYK
RGB Variations
Color information
#7A0BE6 (or 0x7A0BE6) is known color: Electric Indigo. HEX triplet: 7A, 0B and E6. RGB value is (122,11,230). Sum of RGB (Red+Green+Blue) = 122+11+230=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A0BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0BE6 is #85F419. Grayscale: #444444. Windows color (decimal): -8778778 or 15076218. OLE color: 15076218.
HSL color Cylindrical-coordinate representation of color #7A0BE6: hue angle of 270.41º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0BE6 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 11 | 230 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.10 |
| HSL | 270.41º | 0.91% | 0.47% | - |
| HSV(B) | 270.41º | 0.95% | 0.9% | - |
| XYZ | 22.43 | 10.09 | 75.63 | - |
| YUV | 69.16 | 218.77 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 230 | 0.47 | 0.95 | 0 | 0.10 | 270.41 | 0.91 | 0.47 |
| Hex | 7A | B | E6 | 2F | 5F | 0 | A | 10E | 5B | 2F |
| Octal | 172 | 13 | 346 | 57 | 137 | 0 | 12 | 416 | 133 | 57 |
| Binary | 1111010 | 1011 | 11100110 | 101111 | 1011111 | 0 | 1010 | 100001110 | 1011011 | 101111 |
Color Harmonies of #7A0BE6
Complementary color
Monochromatic Colors of #7A0BE6
Black with #7A0BE6
Text Example
Text Example
White with #7A0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BE6; }
p { color: rgb(122,11,230); }
H1.HeaderClassName
{
color: #7A0BE6;
}
.AnyTagClassName
{
color: #7A0BE6;
}
</style>
background-color css
<style>
a { background-color: #7A0BE6; }
a { background-color: rgb(122,11,230); }
div.DivClassName
{
background-color: #7A0BE6;
}
.BgClassName
{
background-color: #7A0BE6;
}
</style>
border-color css
<style>
span { border-color: #7A0BE6; }
span { border-color: rgb(122,11,230); }
td.TdClassName
{
border-color: #7A0BE6;
}
.TagClassName
{
border-color: #7A0BE6;
}
</style>