Shades of Electric Indigo #750EEA
Tints of Electric Indigo #750EEA
RGB
CMYK
RGB Variations
Color information
#750EEA (or 0x750EEA) is known color: Electric Indigo. HEX triplet: 75, 0E and EA. RGB value is (117,14,234). Sum of RGB (Red+Green+Blue) = 117+14+234=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #750EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EEA is #8AF115. Grayscale: #454545. Windows color (decimal): -9105686 or 15339125. OLE color: 15339125.
HSL color Cylindrical-coordinate representation of color #750EEA: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EEA is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 14 | 234 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.08 |
| HSL | 268.09º | 0.89% | 0.49% | - |
| HSV(B) | 268.09º | 0.94% | 0.92% | - |
| XYZ | 22.34 | 10.04 | 78.6 | - |
| YUV | 69.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 234 | 0.5 | 0.94 | 0 | 0.08 | 268.09 | 0.89 | 0.49 |
| Hex | 75 | E | EA | 32 | 5E | 0 | 8 | 10C | 59 | 31 |
| Octal | 165 | 16 | 352 | 62 | 136 | 0 | 10 | 414 | 131 | 61 |
| Binary | 1110101 | 1110 | 11101010 | 110010 | 1011110 | 0 | 1000 | 100001100 | 1011001 | 110001 |
Color Harmonies of #750EEA
Complementary color
Monochromatic Colors of #750EEA
Black with #750EEA
Text Example
Text Example
White with #750EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EEA; }
p { color: rgb(117,14,234); }
H1.HeaderClassName
{
color: #750EEA;
}
.AnyTagClassName
{
color: #750EEA;
}
</style>
background-color css
<style>
a { background-color: #750EEA; }
a { background-color: rgb(117,14,234); }
div.DivClassName
{
background-color: #750EEA;
}
.BgClassName
{
background-color: #750EEA;
}
</style>
border-color css
<style>
span { border-color: #750EEA; }
span { border-color: rgb(117,14,234); }
td.TdClassName
{
border-color: #750EEA;
}
.TagClassName
{
border-color: #750EEA;
}
</style>