Shades of Electric Indigo #7C0EEE
Tints of Electric Indigo #7C0EEE
RGB
CMYK
RGB Variations
Color information
#7C0EEE (or 0x7C0EEE) is known color: Electric Indigo. HEX triplet: 7C, 0E and EE. RGB value is (124,14,238). Sum of RGB (Red+Green+Blue) = 124+14+238=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C0EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0EEE is #83F111. Grayscale: #474747. Windows color (decimal): -8646930 or 15601276. OLE color: 15601276.
HSL color Cylindrical-coordinate representation of color #7C0EEE: hue angle of 269.46º 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 #7C0EEE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 14 | 238 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.07 |
| HSL | 269.46º | 0.89% | 0.49% | - |
| HSV(B) | 269.46º | 0.94% | 0.93% | - |
| XYZ | 23.9 | 10.77 | 81.71 | - |
| YUV | 72.43 | 221.44 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 238 | 0.48 | 0.94 | 0 | 0.07 | 269.46 | 0.89 | 0.49 |
| Hex | 7C | E | EE | 30 | 5E | 0 | 7 | 10D | 59 | 31 |
| Octal | 174 | 16 | 356 | 60 | 136 | 0 | 7 | 415 | 131 | 61 |
| Binary | 1111100 | 1110 | 11101110 | 110000 | 1011110 | 0 | 111 | 100001101 | 1011001 | 110001 |
Color Harmonies of #7C0EEE
Complementary color
Monochromatic Colors of #7C0EEE
Black with #7C0EEE
Text Example
Text Example
White with #7C0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0EEE; }
p { color: rgb(124,14,238); }
H1.HeaderClassName
{
color: #7C0EEE;
}
.AnyTagClassName
{
color: #7C0EEE;
}
</style>
background-color css
<style>
a { background-color: #7C0EEE; }
a { background-color: rgb(124,14,238); }
div.DivClassName
{
background-color: #7C0EEE;
}
.BgClassName
{
background-color: #7C0EEE;
}
</style>
border-color css
<style>
span { border-color: #7C0EEE; }
span { border-color: rgb(124,14,238); }
td.TdClassName
{
border-color: #7C0EEE;
}
.TagClassName
{
border-color: #7C0EEE;
}
</style>