Shades of Electric Indigo #7E16FE
Tints of Electric Indigo #7E16FE
RGB
CMYK
RGB Variations
Color information
#7E16FE (or 0x7E16FE) is known color: Electric Indigo. HEX triplet: 7E, 16 and FE. RGB value is (126,22,254). Sum of RGB (Red+Green+Blue) = 126+22+254=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E16FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E16FE is #81E901. Grayscale: #4E4E4E. Windows color (decimal): -8513794 or 16651902. OLE color: 16651902.
HSL color Cylindrical-coordinate representation of color #7E16FE: hue angle of 266.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E16FE is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 22 | 254 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.00 |
| HSL | 266.9º | 0.99% | 0.54% | - |
| HSV(B) | 266.9º | 0.91% | 1% | - |
| XYZ | 26.78 | 12.17 | 94.7 | - |
| YUV | 79.54 | 226.46 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 254 | 0.50 | 0.91 | 0 | 0.00 | 266.9 | 0.99 | 0.54 |
| Hex | 7E | 16 | FE | 32 | 5B | 0 | 0 | 10B | 63 | 36 |
| Octal | 176 | 26 | 376 | 62 | 133 | 0 | 0 | 413 | 143 | 66 |
| Binary | 1111110 | 10110 | 11111110 | 110010 | 1011011 | 0 | 0 | 100001011 | 1100011 | 110110 |
Color Harmonies of #7E16FE
Complementary color
Monochromatic Colors of #7E16FE
Black with #7E16FE
Text Example
Text Example
White with #7E16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E16FE; }
p { color: rgb(126,22,254); }
H1.HeaderClassName
{
color: #7E16FE;
}
.AnyTagClassName
{
color: #7E16FE;
}
</style>
background-color css
<style>
a { background-color: #7E16FE; }
a { background-color: rgb(126,22,254); }
div.DivClassName
{
background-color: #7E16FE;
}
.BgClassName
{
background-color: #7E16FE;
}
</style>
border-color css
<style>
span { border-color: #7E16FE; }
span { border-color: rgb(126,22,254); }
td.TdClassName
{
border-color: #7E16FE;
}
.TagClassName
{
border-color: #7E16FE;
}
</style>