Shades of Electric Indigo #760FEC
Tints of Electric Indigo #760FEC
RGB
CMYK
RGB Variations
Color information
#760FEC (or 0x760FEC) is known color: Electric Indigo. HEX triplet: 76, 0F and EC. RGB value is (118,15,236). Sum of RGB (Red+Green+Blue) = 118+15+236=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #760FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FEC is #89F013. Grayscale: #464646. Windows color (decimal): -9039892 or 15470454. OLE color: 15470454.
HSL color Cylindrical-coordinate representation of color #760FEC: hue angle of 267.96º degrees, saturation: 0.88, 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 #760FEC is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 15 | 236 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.07 |
| HSL | 267.96º | 0.88% | 0.49% | - |
| HSV(B) | 267.96º | 0.94% | 0.93% | - |
| XYZ | 22.78 | 10.25 | 80.13 | - |
| YUV | 70.99 | 221.12 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 236 | 0.5 | 0.94 | 0 | 0.07 | 267.96 | 0.88 | 0.49 |
| Hex | 76 | F | EC | 32 | 5E | 0 | 7 | 10C | 58 | 31 |
| Octal | 166 | 17 | 354 | 62 | 136 | 0 | 7 | 414 | 130 | 61 |
| Binary | 1110110 | 1111 | 11101100 | 110010 | 1011110 | 0 | 111 | 100001100 | 1011000 | 110001 |
Color Harmonies of #760FEC
Complementary color
Monochromatic Colors of #760FEC
Black with #760FEC
Text Example
Text Example
White with #760FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FEC; }
p { color: rgb(118,15,236); }
H1.HeaderClassName
{
color: #760FEC;
}
.AnyTagClassName
{
color: #760FEC;
}
</style>
background-color css
<style>
a { background-color: #760FEC; }
a { background-color: rgb(118,15,236); }
div.DivClassName
{
background-color: #760FEC;
}
.BgClassName
{
background-color: #760FEC;
}
</style>
border-color css
<style>
span { border-color: #760FEC; }
span { border-color: rgb(118,15,236); }
td.TdClassName
{
border-color: #760FEC;
}
.TagClassName
{
border-color: #760FEC;
}
</style>