Shades of Electric Indigo #750EED
Tints of Electric Indigo #750EED
RGB
CMYK
RGB Variations
Color information
#750EED (or 0x750EED) is known color: Electric Indigo. HEX triplet: 75, 0E and ED. RGB value is (117,14,237). Sum of RGB (Red+Green+Blue) = 117+14+237=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #750EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EED is #8AF112. Grayscale: #454545. Windows color (decimal): -9105683 or 15535733. OLE color: 15535733.
HSL color Cylindrical-coordinate representation of color #750EED: hue angle of 267.71º degrees, saturation: 0.89, 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 #750EED is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 14 | 237 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.07 |
| HSL | 267.71º | 0.89% | 0.49% | - |
| HSV(B) | 267.71º | 0.94% | 0.93% | - |
| XYZ | 22.78 | 10.21 | 80.89 | - |
| YUV | 70.22 | 222.12 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 237 | 0.51 | 0.94 | 0 | 0.07 | 267.71 | 0.89 | 0.49 |
| Hex | 75 | E | ED | 33 | 5E | 0 | 7 | 10C | 59 | 31 |
| Octal | 165 | 16 | 355 | 63 | 136 | 0 | 7 | 414 | 131 | 61 |
| Binary | 1110101 | 1110 | 11101101 | 110011 | 1011110 | 0 | 111 | 100001100 | 1011001 | 110001 |
Color Harmonies of #750EED
Complementary color
Monochromatic Colors of #750EED
Black with #750EED
Text Example
Text Example
White with #750EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EED; }
p { color: rgb(117,14,237); }
H1.HeaderClassName
{
color: #750EED;
}
.AnyTagClassName
{
color: #750EED;
}
</style>
background-color css
<style>
a { background-color: #750EED; }
a { background-color: rgb(117,14,237); }
div.DivClassName
{
background-color: #750EED;
}
.BgClassName
{
background-color: #750EED;
}
</style>
border-color css
<style>
span { border-color: #750EED; }
span { border-color: rgb(117,14,237); }
td.TdClassName
{
border-color: #750EED;
}
.TagClassName
{
border-color: #750EED;
}
</style>