Shades of Electric Indigo #7E00FF
Tints of Electric Indigo #7E00FF
RGB
CMYK
RGB Variations
Color information
#7E00FF (or 0x7E00FF) is known color: Electric Indigo. HEX triplet: 7E, 00 and FF. RGB value is (126,0,255). Sum of RGB (Red+Green+Blue) = 126+0+255=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E00FF is #81FF00. Grayscale: #414141. Windows color (decimal): -8519425 or 16711806. OLE color: 16711806.
HSL color Cylindrical-coordinate representation of color #7E00FF: hue angle of 269.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00FF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 0 | 255 | - |
| CMYK | 0.51 | 1 | 0 | 0 |
| HSL | 269.65º | 1% | 0.5% | - |
| HSV(B) | 269.65º | 1% | 1% | - |
| XYZ | 26.65 | 11.66 | 95.45 | - |
| YUV | 66.74 | 234.24 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 255 | 0.51 | 1 | 0 | 0 | 269.65 | 1 | 0.5 |
| Hex | 7E | 0 | FF | 33 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 176 | 0 | 377 | 63 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111110 | 0 | 11111111 | 110011 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7E00FF
Complementary color
Monochromatic Colors of #7E00FF
Black with #7E00FF
Text Example
Text Example
White with #7E00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00FF; }
p { color: rgb(126,0,255); }
H1.HeaderClassName
{
color: #7E00FF;
}
.AnyTagClassName
{
color: #7E00FF;
}
</style>
background-color css
<style>
a { background-color: #7E00FF; }
a { background-color: rgb(126,0,255); }
div.DivClassName
{
background-color: #7E00FF;
}
.BgClassName
{
background-color: #7E00FF;
}
</style>
border-color css
<style>
span { border-color: #7E00FF; }
span { border-color: rgb(126,0,255); }
td.TdClassName
{
border-color: #7E00FF;
}
.TagClassName
{
border-color: #7E00FF;
}
</style>