Shades of Electric Indigo #7110EE
Tints of Electric Indigo #7110EE
RGB
CMYK
RGB Variations
Color information
#7110EE (or 0x7110EE) is known color: Electric Indigo. HEX triplet: 71, 10 and EE. RGB value is (113,16,238). Sum of RGB (Red+Green+Blue) = 113+16+238=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #7110EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7110EE is #8EEF11. Grayscale: #454545. Windows color (decimal): -9367314 or 15601777. OLE color: 15601777.
HSL color Cylindrical-coordinate representation of color #7110EE: hue angle of 266.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7110EE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 16 | 238 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.07 |
| HSL | 266.22º | 0.87% | 0.5% | - |
| HSV(B) | 266.22º | 0.93% | 0.93% | - |
| XYZ | 22.43 | 10.05 | 81.65 | - |
| YUV | 70.31 | 222.64 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 238 | 0.53 | 0.93 | 0 | 0.07 | 266.22 | 0.87 | 0.5 |
| Hex | 71 | 10 | EE | 35 | 5D | 0 | 7 | 10A | 57 | 32 |
| Octal | 161 | 20 | 356 | 65 | 135 | 0 | 7 | 412 | 127 | 62 |
| Binary | 1110001 | 10000 | 11101110 | 110101 | 1011101 | 0 | 111 | 100001010 | 1010111 | 110010 |
Color Harmonies of #7110EE
Complementary color
Monochromatic Colors of #7110EE
Black with #7110EE
Text Example
Text Example
White with #7110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110EE; }
p { color: rgb(113,16,238); }
H1.HeaderClassName
{
color: #7110EE;
}
.AnyTagClassName
{
color: #7110EE;
}
</style>
background-color css
<style>
a { background-color: #7110EE; }
a { background-color: rgb(113,16,238); }
div.DivClassName
{
background-color: #7110EE;
}
.BgClassName
{
background-color: #7110EE;
}
</style>
border-color css
<style>
span { border-color: #7110EE; }
span { border-color: rgb(113,16,238); }
td.TdClassName
{
border-color: #7110EE;
}
.TagClassName
{
border-color: #7110EE;
}
</style>