Shades of Electric Indigo #720EE6
Tints of Electric Indigo #720EE6
RGB
CMYK
RGB Variations
Color information
#720EE6 (or 0x720EE6) is known color: Electric Indigo. HEX triplet: 72, 0E and E6. RGB value is (114,14,230). Sum of RGB (Red+Green+Blue) = 114+14+230=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #720EE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EE6 is #8DF119. Grayscale: #434343. Windows color (decimal): -9302298 or 15076978. OLE color: 15076978.
HSL color Cylindrical-coordinate representation of color #720EE6: hue angle of 267.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EE6 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 14 | 230 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.10 |
| HSL | 267.78º | 0.89% | 0.48% | - |
| HSV(B) | 267.78º | 0.94% | 0.9% | - |
| XYZ | 21.38 | 9.6 | 75.59 | - |
| YUV | 68.52 | 219.13 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 230 | 0.50 | 0.94 | 0 | 0.10 | 267.78 | 0.89 | 0.48 |
| Hex | 72 | E | E6 | 32 | 5E | 0 | A | 10C | 59 | 30 |
| Octal | 162 | 16 | 346 | 62 | 136 | 0 | 12 | 414 | 131 | 60 |
| Binary | 1110010 | 1110 | 11100110 | 110010 | 1011110 | 0 | 1010 | 100001100 | 1011001 | 110000 |
Color Harmonies of #720EE6
Complementary color
Monochromatic Colors of #720EE6
Black with #720EE6
Text Example
Text Example
White with #720EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EE6; }
p { color: rgb(114,14,230); }
H1.HeaderClassName
{
color: #720EE6;
}
.AnyTagClassName
{
color: #720EE6;
}
</style>
background-color css
<style>
a { background-color: #720EE6; }
a { background-color: rgb(114,14,230); }
div.DivClassName
{
background-color: #720EE6;
}
.BgClassName
{
background-color: #720EE6;
}
</style>
border-color css
<style>
span { border-color: #720EE6; }
span { border-color: rgb(114,14,230); }
td.TdClassName
{
border-color: #720EE6;
}
.TagClassName
{
border-color: #720EE6;
}
</style>