Shades of Electric Indigo #710FE6
Tints of Electric Indigo #710FE6
RGB
CMYK
RGB Variations
Color information
#710FE6 (or 0x710FE6) is known color: Electric Indigo. HEX triplet: 71, 0F and E6. RGB value is (113,15,230). Sum of RGB (Red+Green+Blue) = 113+15+230=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #710FE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FE6 is #8EF019. Grayscale: #444444. Windows color (decimal): -9367578 or 15077233. OLE color: 15077233.
HSL color Cylindrical-coordinate representation of color #710FE6: hue angle of 267.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FE6 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 15 | 230 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.10 |
| HSL | 267.35º | 0.88% | 0.48% | - |
| HSV(B) | 267.35º | 0.93% | 0.9% | - |
| XYZ | 21.26 | 9.57 | 75.59 | - |
| YUV | 68.81 | 218.97 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 230 | 0.51 | 0.93 | 0 | 0.10 | 267.35 | 0.88 | 0.48 |
| Hex | 71 | F | E6 | 33 | 5D | 0 | A | 10B | 58 | 30 |
| Octal | 161 | 17 | 346 | 63 | 135 | 0 | 12 | 413 | 130 | 60 |
| Binary | 1110001 | 1111 | 11100110 | 110011 | 1011101 | 0 | 1010 | 100001011 | 1011000 | 110000 |
Color Harmonies of #710FE6
Complementary color
Monochromatic Colors of #710FE6
Black with #710FE6
Text Example
Text Example
White with #710FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FE6; }
p { color: rgb(113,15,230); }
H1.HeaderClassName
{
color: #710FE6;
}
.AnyTagClassName
{
color: #710FE6;
}
</style>
background-color css
<style>
a { background-color: #710FE6; }
a { background-color: rgb(113,15,230); }
div.DivClassName
{
background-color: #710FE6;
}
.BgClassName
{
background-color: #710FE6;
}
</style>
border-color css
<style>
span { border-color: #710FE6; }
span { border-color: rgb(113,15,230); }
td.TdClassName
{
border-color: #710FE6;
}
.TagClassName
{
border-color: #710FE6;
}
</style>