Shades of Electric Indigo #7E10F7
Tints of Electric Indigo #7E10F7
RGB
CMYK
RGB Variations
Color information
#7E10F7 (or 0x7E10F7) is known color: Electric Indigo. HEX triplet: 7E, 10 and F7. RGB value is (126,16,247). Sum of RGB (Red+Green+Blue) = 126+16+247=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #7E10F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E10F7 is #81EF08. Grayscale: #4A4A4A. Windows color (decimal): -8515337 or 16191614. OLE color: 16191614.
HSL color Cylindrical-coordinate representation of color #7E10F7: hue angle of 268.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E10F7 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 16 | 247 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.03 |
| HSL | 268.57º | 0.94% | 0.52% | - |
| HSV(B) | 268.57º | 0.94% | 0.97% | - |
| XYZ | 25.58 | 11.52 | 88.87 | - |
| YUV | 75.22 | 224.94 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 247 | 0.49 | 0.94 | 0 | 0.03 | 268.57 | 0.94 | 0.52 |
| Hex | 7E | 10 | F7 | 31 | 5E | 0 | 3 | 10D | 5E | 34 |
| Octal | 176 | 20 | 367 | 61 | 136 | 0 | 3 | 415 | 136 | 64 |
| Binary | 1111110 | 10000 | 11110111 | 110001 | 1011110 | 0 | 11 | 100001101 | 1011110 | 110100 |
Color Harmonies of #7E10F7
Complementary color
Monochromatic Colors of #7E10F7
Black with #7E10F7
Text Example
Text Example
White with #7E10F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E10F7; }
p { color: rgb(126,16,247); }
H1.HeaderClassName
{
color: #7E10F7;
}
.AnyTagClassName
{
color: #7E10F7;
}
</style>
background-color css
<style>
a { background-color: #7E10F7; }
a { background-color: rgb(126,16,247); }
div.DivClassName
{
background-color: #7E10F7;
}
.BgClassName
{
background-color: #7E10F7;
}
</style>
border-color css
<style>
span { border-color: #7E10F7; }
span { border-color: rgb(126,16,247); }
td.TdClassName
{
border-color: #7E10F7;
}
.TagClassName
{
border-color: #7E10F7;
}
</style>