Shades of Electric Indigo #7014E9
Tints of Electric Indigo #7014E9
RGB
CMYK
RGB Variations
Color information
#7014E9 (or 0x7014E9) is known color: Electric Indigo. HEX triplet: 70, 14 and E9. RGB value is (112,20,233). Sum of RGB (Red+Green+Blue) = 112+20+233=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #7014E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7014E9 is #8FEB16. Grayscale: #474747. Windows color (decimal): -9431831 or 15275120. OLE color: 15275120.
HSL color Cylindrical-coordinate representation of color #7014E9: hue angle of 265.92º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7014E9 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 20 | 233 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.09 |
| HSL | 265.92º | 0.84% | 0.5% | - |
| HSV(B) | 265.92º | 0.91% | 0.91% | - |
| XYZ | 21.64 | 9.83 | 77.85 | - |
| YUV | 71.79 | 218.98 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 233 | 0.52 | 0.91 | 0 | 0.09 | 265.92 | 0.84 | 0.5 |
| Hex | 70 | 14 | E9 | 34 | 5B | 0 | 9 | 10A | 54 | 32 |
| Octal | 160 | 24 | 351 | 64 | 133 | 0 | 11 | 412 | 124 | 62 |
| Binary | 1110000 | 10100 | 11101001 | 110100 | 1011011 | 0 | 1001 | 100001010 | 1010100 | 110010 |
Color Harmonies of #7014E9
Complementary color
Monochromatic Colors of #7014E9
Black with #7014E9
Text Example
Text Example
White with #7014E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7014E9; }
p { color: rgb(112,20,233); }
H1.HeaderClassName
{
color: #7014E9;
}
.AnyTagClassName
{
color: #7014E9;
}
</style>
background-color css
<style>
a { background-color: #7014E9; }
a { background-color: rgb(112,20,233); }
div.DivClassName
{
background-color: #7014E9;
}
.BgClassName
{
background-color: #7014E9;
}
</style>
border-color css
<style>
span { border-color: #7014E9; }
span { border-color: rgb(112,20,233); }
td.TdClassName
{
border-color: #7014E9;
}
.TagClassName
{
border-color: #7014E9;
}
</style>