Shades of Electric Indigo #7A0CEC
Tints of Electric Indigo #7A0CEC
RGB
CMYK
RGB Variations
Color information
#7A0CEC (or 0x7A0CEC) is known color: Electric Indigo. HEX triplet: 7A, 0C and EC. RGB value is (122,12,236). Sum of RGB (Red+Green+Blue) = 122+12+236=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0CEC is #85F313. Grayscale: #454545. Windows color (decimal): -8778516 or 15469690. OLE color: 15469690.
HSL color Cylindrical-coordinate representation of color #7A0CEC: hue angle of 269.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0CEC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 12 | 236 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.07 |
| HSL | 269.46º | 0.9% | 0.49% | - |
| HSV(B) | 269.46º | 0.95% | 0.93% | - |
| XYZ | 23.3 | 10.46 | 80.15 | - |
| YUV | 70.43 | 221.44 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 236 | 0.48 | 0.95 | 0 | 0.07 | 269.46 | 0.9 | 0.49 |
| Hex | 7A | C | EC | 30 | 5F | 0 | 7 | 10D | 5A | 31 |
| Octal | 172 | 14 | 354 | 60 | 137 | 0 | 7 | 415 | 132 | 61 |
| Binary | 1111010 | 1100 | 11101100 | 110000 | 1011111 | 0 | 111 | 100001101 | 1011010 | 110001 |
Color Harmonies of #7A0CEC
Complementary color
Monochromatic Colors of #7A0CEC
Black with #7A0CEC
Text Example
Text Example
White with #7A0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CEC; }
p { color: rgb(122,12,236); }
H1.HeaderClassName
{
color: #7A0CEC;
}
.AnyTagClassName
{
color: #7A0CEC;
}
</style>
background-color css
<style>
a { background-color: #7A0CEC; }
a { background-color: rgb(122,12,236); }
div.DivClassName
{
background-color: #7A0CEC;
}
.BgClassName
{
background-color: #7A0CEC;
}
</style>
border-color css
<style>
span { border-color: #7A0CEC; }
span { border-color: rgb(122,12,236); }
td.TdClassName
{
border-color: #7A0CEC;
}
.TagClassName
{
border-color: #7A0CEC;
}
</style>