Shades of Electric Indigo #750EE6
Tints of Electric Indigo #750EE6
RGB
CMYK
RGB Variations
Color information
#750EE6 (or 0x750EE6) is known color: Electric Indigo. HEX triplet: 75, 0E and E6. RGB value is (117,14,230). Sum of RGB (Red+Green+Blue) = 117+14+230=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #750EE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EE6 is #8AF119. Grayscale: #444444. Windows color (decimal): -9105690 or 15076981. OLE color: 15076981.
HSL color Cylindrical-coordinate representation of color #750EE6: hue angle of 268.61º 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 #750EE6 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 14 | 230 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.10 |
| HSL | 268.61º | 0.89% | 0.48% | - |
| HSV(B) | 268.61º | 0.94% | 0.9% | - |
| XYZ | 21.78 | 9.81 | 75.61 | - |
| YUV | 69.42 | 218.62 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 230 | 0.49 | 0.94 | 0 | 0.10 | 268.61 | 0.89 | 0.48 |
| Hex | 75 | E | E6 | 31 | 5E | 0 | A | 10D | 59 | 30 |
| Octal | 165 | 16 | 346 | 61 | 136 | 0 | 12 | 415 | 131 | 60 |
| Binary | 1110101 | 1110 | 11100110 | 110001 | 1011110 | 0 | 1010 | 100001101 | 1011001 | 110000 |
Color Harmonies of #750EE6
Complementary color
Monochromatic Colors of #750EE6
Black with #750EE6
Text Example
Text Example
White with #750EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EE6; }
p { color: rgb(117,14,230); }
H1.HeaderClassName
{
color: #750EE6;
}
.AnyTagClassName
{
color: #750EE6;
}
</style>
background-color css
<style>
a { background-color: #750EE6; }
a { background-color: rgb(117,14,230); }
div.DivClassName
{
background-color: #750EE6;
}
.BgClassName
{
background-color: #750EE6;
}
</style>
border-color css
<style>
span { border-color: #750EE6; }
span { border-color: rgb(117,14,230); }
td.TdClassName
{
border-color: #750EE6;
}
.TagClassName
{
border-color: #750EE6;
}
</style>