Shades of Electric Indigo #750EFF
Tints of Electric Indigo #750EFF
RGB
CMYK
RGB Variations
Color information
#750EFF (or 0x750EFF) is known color: Electric Indigo. HEX triplet: 75, 0E and FF. RGB value is (117,14,255). Sum of RGB (Red+Green+Blue) = 117+14+255=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #750EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EFF is #8AF100. Grayscale: #474747. Windows color (decimal): -9105665 or 16715381. OLE color: 16715381.
HSL color Cylindrical-coordinate representation of color #750EFF: hue angle of 265.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750EFF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 14 | 255 | - |
| CMYK | 0.54 | 0.95 | 0 | 0 |
| HSL | 265.64º | 1% | 0.53% | - |
| HSV(B) | 265.64º | 0.95% | 1% | - |
| XYZ | 25.54 | 11.32 | 95.45 | - |
| YUV | 72.27 | 231.12 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 255 | 0.54 | 0.95 | 0 | 0 | 265.64 | 1 | 0.53 |
| Hex | 75 | E | FF | 36 | 5F | 0 | 0 | 10A | 64 | 35 |
| Octal | 165 | 16 | 377 | 66 | 137 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1110101 | 1110 | 11111111 | 110110 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #750EFF
Complementary color
Monochromatic Colors of #750EFF
Black with #750EFF
Text Example
Text Example
White with #750EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EFF; }
p { color: rgb(117,14,255); }
H1.HeaderClassName
{
color: #750EFF;
}
.AnyTagClassName
{
color: #750EFF;
}
</style>
background-color css
<style>
a { background-color: #750EFF; }
a { background-color: rgb(117,14,255); }
div.DivClassName
{
background-color: #750EFF;
}
.BgClassName
{
background-color: #750EFF;
}
</style>
border-color css
<style>
span { border-color: #750EFF; }
span { border-color: rgb(117,14,255); }
td.TdClassName
{
border-color: #750EFF;
}
.TagClassName
{
border-color: #750EFF;
}
</style>