Shades of Electric Indigo #710AF7
Tints of Electric Indigo #710AF7
RGB
CMYK
RGB Variations
Color information
#710AF7 (or 0x710AF7) is known color: Electric Indigo. HEX triplet: 71, 0A and F7. RGB value is (113,10,247). Sum of RGB (Red+Green+Blue) = 113+10+247=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #710AF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AF7 is #8EF508. Grayscale: #424242. Windows color (decimal): -9368841 or 16190065. OLE color: 16190065.
HSL color Cylindrical-coordinate representation of color #710AF7: hue angle of 266.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710AF7 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 10 | 247 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.03 |
| HSL | 266.08º | 0.94% | 0.5% | - |
| HSV(B) | 266.08º | 0.96% | 0.97% | - |
| XYZ | 23.71 | 10.44 | 88.76 | - |
| YUV | 67.82 | 229.12 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 247 | 0.54 | 0.96 | 0 | 0.03 | 266.08 | 0.94 | 0.5 |
| Hex | 71 | A | F7 | 36 | 60 | 0 | 3 | 10A | 5E | 32 |
| Octal | 161 | 12 | 367 | 66 | 140 | 0 | 3 | 412 | 136 | 62 |
| Binary | 1110001 | 1010 | 11110111 | 110110 | 1100000 | 0 | 11 | 100001010 | 1011110 | 110010 |
Color Harmonies of #710AF7
Complementary color
Monochromatic Colors of #710AF7
Black with #710AF7
Text Example
Text Example
White with #710AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AF7; }
p { color: rgb(113,10,247); }
H1.HeaderClassName
{
color: #710AF7;
}
.AnyTagClassName
{
color: #710AF7;
}
</style>
background-color css
<style>
a { background-color: #710AF7; }
a { background-color: rgb(113,10,247); }
div.DivClassName
{
background-color: #710AF7;
}
.BgClassName
{
background-color: #710AF7;
}
</style>
border-color css
<style>
span { border-color: #710AF7; }
span { border-color: rgb(113,10,247); }
td.TdClassName
{
border-color: #710AF7;
}
.TagClassName
{
border-color: #710AF7;
}
</style>