Shades of Electric Indigo #710FF8
Tints of Electric Indigo #710FF8
RGB
CMYK
RGB Variations
Color information
#710FF8 (or 0x710FF8) is known color: Electric Indigo. HEX triplet: 71, 0F and F8. RGB value is (113,15,248). Sum of RGB (Red+Green+Blue) = 113+15+248=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #710FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FF8 is #8EF007. Grayscale: #464646. Windows color (decimal): -9367560 or 16256881. OLE color: 16256881.
HSL color Cylindrical-coordinate representation of color #710FF8: hue angle of 265.24º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710FF8 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 15 | 248 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.03 |
| HSL | 265.24º | 0.94% | 0.52% | - |
| HSV(B) | 265.24º | 0.94% | 0.97% | - |
| XYZ | 23.92 | 10.63 | 89.6 | - |
| YUV | 70.86 | 227.97 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 248 | 0.54 | 0.94 | 0 | 0.03 | 265.24 | 0.94 | 0.52 |
| Hex | 71 | F | F8 | 36 | 5E | 0 | 3 | 109 | 5E | 34 |
| Octal | 161 | 17 | 370 | 66 | 136 | 0 | 3 | 411 | 136 | 64 |
| Binary | 1110001 | 1111 | 11111000 | 110110 | 1011110 | 0 | 11 | 100001001 | 1011110 | 110100 |
Color Harmonies of #710FF8
Complementary color
Monochromatic Colors of #710FF8
Black with #710FF8
Text Example
Text Example
White with #710FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FF8; }
p { color: rgb(113,15,248); }
H1.HeaderClassName
{
color: #710FF8;
}
.AnyTagClassName
{
color: #710FF8;
}
</style>
background-color css
<style>
a { background-color: #710FF8; }
a { background-color: rgb(113,15,248); }
div.DivClassName
{
background-color: #710FF8;
}
.BgClassName
{
background-color: #710FF8;
}
</style>
border-color css
<style>
span { border-color: #710FF8; }
span { border-color: rgb(113,15,248); }
td.TdClassName
{
border-color: #710FF8;
}
.TagClassName
{
border-color: #710FF8;
}
</style>