Shades of Electric Indigo #7A0AFF
Tints of Electric Indigo #7A0AFF
RGB
CMYK
RGB Variations
Color information
#7A0AFF (or 0x7A0AFF) is known color: Electric Indigo. HEX triplet: 7A, 0A and FF. RGB value is (122,10,255). Sum of RGB (Red+Green+Blue) = 122+10+255=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0AFF is #85F500. Grayscale: #464646. Windows color (decimal): -8779009 or 16714362. OLE color: 16714362.
HSL color Cylindrical-coordinate representation of color #7A0AFF: hue angle of 267.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0AFF is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 10 | 255 | - |
| CMYK | 0.52 | 0.96 | 0 | 0 |
| HSL | 267.43º | 1% | 0.52% | - |
| HSV(B) | 267.43º | 0.96% | 1% | - |
| XYZ | 26.18 | 11.57 | 95.46 | - |
| YUV | 71.42 | 231.61 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 255 | 0.52 | 0.96 | 0 | 0 | 267.43 | 1 | 0.52 |
| Hex | 7A | A | FF | 34 | 60 | 0 | 0 | 10B | 64 | 34 |
| Octal | 172 | 12 | 377 | 64 | 140 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111010 | 1010 | 11111111 | 110100 | 1100000 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #7A0AFF
Complementary color
Monochromatic Colors of #7A0AFF
Black with #7A0AFF
Text Example
Text Example
White with #7A0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AFF; }
p { color: rgb(122,10,255); }
H1.HeaderClassName
{
color: #7A0AFF;
}
.AnyTagClassName
{
color: #7A0AFF;
}
</style>
background-color css
<style>
a { background-color: #7A0AFF; }
a { background-color: rgb(122,10,255); }
div.DivClassName
{
background-color: #7A0AFF;
}
.BgClassName
{
background-color: #7A0AFF;
}
</style>
border-color css
<style>
span { border-color: #7A0AFF; }
span { border-color: rgb(122,10,255); }
td.TdClassName
{
border-color: #7A0AFF;
}
.TagClassName
{
border-color: #7A0AFF;
}
</style>