Shades of Electric Indigo #710EF7
Tints of Electric Indigo #710EF7
RGB
CMYK
RGB Variations
Color information
#710EF7 (or 0x710EF7) is known color: Electric Indigo. HEX triplet: 71, 0E and F7. RGB value is (113,14,247). Sum of RGB (Red+Green+Blue) = 113+14+247=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #710EF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EF7 is #8EF108. Grayscale: #454545. Windows color (decimal): -9367817 or 16191089. OLE color: 16191089.
HSL color Cylindrical-coordinate representation of color #710EF7: hue angle of 265.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EF7 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 14 | 247 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.03 |
| HSL | 265.49º | 0.94% | 0.51% | - |
| HSV(B) | 265.49º | 0.94% | 0.97% | - |
| XYZ | 23.76 | 10.54 | 88.78 | - |
| YUV | 70.16 | 227.8 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 247 | 0.54 | 0.94 | 0 | 0.03 | 265.49 | 0.94 | 0.51 |
| Hex | 71 | E | F7 | 36 | 5E | 0 | 3 | 109 | 5E | 33 |
| Octal | 161 | 16 | 367 | 66 | 136 | 0 | 3 | 411 | 136 | 63 |
| Binary | 1110001 | 1110 | 11110111 | 110110 | 1011110 | 0 | 11 | 100001001 | 1011110 | 110011 |
Color Harmonies of #710EF7
Complementary color
Monochromatic Colors of #710EF7
Black with #710EF7
Text Example
Text Example
White with #710EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EF7; }
p { color: rgb(113,14,247); }
H1.HeaderClassName
{
color: #710EF7;
}
.AnyTagClassName
{
color: #710EF7;
}
</style>
background-color css
<style>
a { background-color: #710EF7; }
a { background-color: rgb(113,14,247); }
div.DivClassName
{
background-color: #710EF7;
}
.BgClassName
{
background-color: #710EF7;
}
</style>
border-color css
<style>
span { border-color: #710EF7; }
span { border-color: rgb(113,14,247); }
td.TdClassName
{
border-color: #710EF7;
}
.TagClassName
{
border-color: #710EF7;
}
</style>