Shades of Electric Indigo #710EFD
Tints of Electric Indigo #710EFD
RGB
CMYK
RGB Variations
Color information
#710EFD (or 0x710EFD) is known color: Electric Indigo. HEX triplet: 71, 0E and FD. RGB value is (113,14,253). Sum of RGB (Red+Green+Blue) = 113+14+253=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #710EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EFD is #8EF102. Grayscale: #454545. Windows color (decimal): -9367811 or 16584305. OLE color: 16584305.
HSL color Cylindrical-coordinate representation of color #710EFD: hue angle of 264.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EFD is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 14 | 253 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.01 |
| HSL | 264.85º | 0.98% | 0.52% | - |
| HSV(B) | 264.85º | 0.94% | 0.99% | - |
| XYZ | 24.7 | 10.92 | 93.73 | - |
| YUV | 70.85 | 230.8 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 253 | 0.55 | 0.94 | 0 | 0.01 | 264.85 | 0.98 | 0.52 |
| Hex | 71 | E | FD | 37 | 5E | 0 | 1 | 109 | 62 | 34 |
| Octal | 161 | 16 | 375 | 67 | 136 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1110001 | 1110 | 11111101 | 110111 | 1011110 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #710EFD
Complementary color
Monochromatic Colors of #710EFD
Black with #710EFD
Text Example
Text Example
White with #710EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EFD; }
p { color: rgb(113,14,253); }
H1.HeaderClassName
{
color: #710EFD;
}
.AnyTagClassName
{
color: #710EFD;
}
</style>
background-color css
<style>
a { background-color: #710EFD; }
a { background-color: rgb(113,14,253); }
div.DivClassName
{
background-color: #710EFD;
}
.BgClassName
{
background-color: #710EFD;
}
</style>
border-color css
<style>
span { border-color: #710EFD; }
span { border-color: rgb(113,14,253); }
td.TdClassName
{
border-color: #710EFD;
}
.TagClassName
{
border-color: #710EFD;
}
</style>