Shades of Electric Indigo #710DEC
Tints of Electric Indigo #710DEC
RGB
CMYK
RGB Variations
Color information
#710DEC (or 0x710DEC) is known color: Electric Indigo. HEX triplet: 71, 0D and EC. RGB value is (113,13,236). Sum of RGB (Red+Green+Blue) = 113+13+236=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #710DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DEC is #8EF213. Grayscale: #434343. Windows color (decimal): -9368084 or 15469937. OLE color: 15469937.
HSL color Cylindrical-coordinate representation of color #710DEC: hue angle of 266.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DEC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 13 | 236 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.07 |
| HSL | 266.91º | 0.9% | 0.49% | - |
| HSV(B) | 266.91º | 0.94% | 0.93% | - |
| XYZ | 22.09 | 9.85 | 80.09 | - |
| YUV | 68.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 236 | 0.52 | 0.94 | 0 | 0.07 | 266.91 | 0.9 | 0.49 |
| Hex | 71 | D | EC | 34 | 5E | 0 | 7 | 10B | 5A | 31 |
| Octal | 161 | 15 | 354 | 64 | 136 | 0 | 7 | 413 | 132 | 61 |
| Binary | 1110001 | 1101 | 11101100 | 110100 | 1011110 | 0 | 111 | 100001011 | 1011010 | 110001 |
Color Harmonies of #710DEC
Complementary color
Monochromatic Colors of #710DEC
Black with #710DEC
Text Example
Text Example
White with #710DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DEC; }
p { color: rgb(113,13,236); }
H1.HeaderClassName
{
color: #710DEC;
}
.AnyTagClassName
{
color: #710DEC;
}
</style>
background-color css
<style>
a { background-color: #710DEC; }
a { background-color: rgb(113,13,236); }
div.DivClassName
{
background-color: #710DEC;
}
.BgClassName
{
background-color: #710DEC;
}
</style>
border-color css
<style>
span { border-color: #710DEC; }
span { border-color: rgb(113,13,236); }
td.TdClassName
{
border-color: #710DEC;
}
.TagClassName
{
border-color: #710DEC;
}
</style>