Shades of Electric Indigo #710EFF
Tints of Electric Indigo #710EFF
RGB
CMYK
RGB Variations
Color information
#710EFF (or 0x710EFF) is known color: Electric Indigo. HEX triplet: 71, 0E and FF. RGB value is (113,14,255). Sum of RGB (Red+Green+Blue) = 113+14+255=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #710EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EFF is #8EF100. Grayscale: #464646. Windows color (decimal): -9367809 or 16715377. OLE color: 16715377.
HSL color Cylindrical-coordinate representation of color #710EFF: hue angle of 264.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710EFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 14 | 255 | - |
| CMYK | 0.56 | 0.95 | 0 | 0 |
| HSL | 264.65º | 1% | 0.53% | - |
| HSV(B) | 264.65º | 0.95% | 1% | - |
| XYZ | 25.02 | 11.04 | 95.42 | - |
| YUV | 71.08 | 231.8 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 255 | 0.56 | 0.95 | 0 | 0 | 264.65 | 1 | 0.53 |
| Hex | 71 | E | FF | 38 | 5F | 0 | 0 | 109 | 64 | 35 |
| Octal | 161 | 16 | 377 | 70 | 137 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110001 | 1110 | 11111111 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #710EFF
Complementary color
Monochromatic Colors of #710EFF
Black with #710EFF
Text Example
Text Example
White with #710EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EFF; }
p { color: rgb(113,14,255); }
H1.HeaderClassName
{
color: #710EFF;
}
.AnyTagClassName
{
color: #710EFF;
}
</style>
background-color css
<style>
a { background-color: #710EFF; }
a { background-color: rgb(113,14,255); }
div.DivClassName
{
background-color: #710EFF;
}
.BgClassName
{
background-color: #710EFF;
}
</style>
border-color css
<style>
span { border-color: #710EFF; }
span { border-color: rgb(113,14,255); }
td.TdClassName
{
border-color: #710EFF;
}
.TagClassName
{
border-color: #710EFF;
}
</style>