Shades of Electric Indigo #710EF6
Tints of Electric Indigo #710EF6
RGB
CMYK
RGB Variations
Color information
#710EF6 (or 0x710EF6) is known color: Electric Indigo. HEX triplet: 71, 0E and F6. RGB value is (113,14,246). Sum of RGB (Red+Green+Blue) = 113+14+246=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #710EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EF6 is #8EF109. Grayscale: #454545. Windows color (decimal): -9367818 or 16125553. OLE color: 16125553.
HSL color Cylindrical-coordinate representation of color #710EF6: hue angle of 265.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EF6 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 14 | 246 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.04 |
| HSL | 265.6º | 0.93% | 0.51% | - |
| HSV(B) | 265.6º | 0.94% | 0.96% | - |
| XYZ | 23.6 | 10.48 | 87.97 | - |
| YUV | 70.05 | 227.3 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 246 | 0.54 | 0.94 | 0 | 0.04 | 265.6 | 0.93 | 0.51 |
| Hex | 71 | E | F6 | 36 | 5E | 0 | 4 | 10A | 5D | 33 |
| Octal | 161 | 16 | 366 | 66 | 136 | 0 | 4 | 412 | 135 | 63 |
| Binary | 1110001 | 1110 | 11110110 | 110110 | 1011110 | 0 | 100 | 100001010 | 1011101 | 110011 |
Color Harmonies of #710EF6
Complementary color
Monochromatic Colors of #710EF6
Black with #710EF6
Text Example
Text Example
White with #710EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EF6; }
p { color: rgb(113,14,246); }
H1.HeaderClassName
{
color: #710EF6;
}
.AnyTagClassName
{
color: #710EF6;
}
</style>
background-color css
<style>
a { background-color: #710EF6; }
a { background-color: rgb(113,14,246); }
div.DivClassName
{
background-color: #710EF6;
}
.BgClassName
{
background-color: #710EF6;
}
</style>
border-color css
<style>
span { border-color: #710EF6; }
span { border-color: rgb(113,14,246); }
td.TdClassName
{
border-color: #710EF6;
}
.TagClassName
{
border-color: #710EF6;
}
</style>