Shades of Electric Indigo #7E0BEE
Tints of Electric Indigo #7E0BEE
RGB
CMYK
RGB Variations
Color information
#7E0BEE (or 0x7E0BEE) is known color: Electric Indigo. HEX triplet: 7E, 0B and EE. RGB value is (126,11,238). Sum of RGB (Red+Green+Blue) = 126+11+238=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E0BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0BEE is #81F411. Grayscale: #464646. Windows color (decimal): -8516626 or 15600510. OLE color: 15600510.
HSL color Cylindrical-coordinate representation of color #7E0BEE: hue angle of 270.4º degrees, saturation: 0.91, 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 #7E0BEE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 11 | 238 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.07 |
| HSL | 270.4º | 0.91% | 0.49% | - |
| HSV(B) | 270.4º | 0.95% | 0.93% | - |
| XYZ | 24.16 | 10.85 | 81.71 | - |
| YUV | 71.26 | 222.1 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 238 | 0.47 | 0.95 | 0 | 0.07 | 270.4 | 0.91 | 0.49 |
| Hex | 7E | B | EE | 2F | 5F | 0 | 7 | 10E | 5B | 31 |
| Octal | 176 | 13 | 356 | 57 | 137 | 0 | 7 | 416 | 133 | 61 |
| Binary | 1111110 | 1011 | 11101110 | 101111 | 1011111 | 0 | 111 | 100001110 | 1011011 | 110001 |
Color Harmonies of #7E0BEE
Complementary color
Monochromatic Colors of #7E0BEE
Black with #7E0BEE
Text Example
Text Example
White with #7E0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0BEE; }
p { color: rgb(126,11,238); }
H1.HeaderClassName
{
color: #7E0BEE;
}
.AnyTagClassName
{
color: #7E0BEE;
}
</style>
background-color css
<style>
a { background-color: #7E0BEE; }
a { background-color: rgb(126,11,238); }
div.DivClassName
{
background-color: #7E0BEE;
}
.BgClassName
{
background-color: #7E0BEE;
}
</style>
border-color css
<style>
span { border-color: #7E0BEE; }
span { border-color: rgb(126,11,238); }
td.TdClassName
{
border-color: #7E0BEE;
}
.TagClassName
{
border-color: #7E0BEE;
}
</style>