Shades of Electric Indigo #760FE6
Tints of Electric Indigo #760FE6
RGB
CMYK
RGB Variations
Color information
#760FE6 (or 0x760FE6) is known color: Electric Indigo. HEX triplet: 76, 0F and E6. RGB value is (118,15,230). Sum of RGB (Red+Green+Blue) = 118+15+230=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #760FE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FE6 is #89F019. Grayscale: #454545. Windows color (decimal): -9039898 or 15077238. OLE color: 15077238.
HSL color Cylindrical-coordinate representation of color #760FE6: hue angle of 268.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760FE6 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 15 | 230 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.10 |
| HSL | 268.74º | 0.88% | 0.48% | - |
| HSV(B) | 268.74º | 0.93% | 0.9% | - |
| XYZ | 21.92 | 9.91 | 75.62 | - |
| YUV | 70.31 | 218.12 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 230 | 0.49 | 0.93 | 0 | 0.10 | 268.74 | 0.88 | 0.48 |
| Hex | 76 | F | E6 | 31 | 5D | 0 | A | 10D | 58 | 30 |
| Octal | 166 | 17 | 346 | 61 | 135 | 0 | 12 | 415 | 130 | 60 |
| Binary | 1110110 | 1111 | 11100110 | 110001 | 1011101 | 0 | 1010 | 100001101 | 1011000 | 110000 |
Color Harmonies of #760FE6
Complementary color
Monochromatic Colors of #760FE6
Black with #760FE6
Text Example
Text Example
White with #760FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FE6; }
p { color: rgb(118,15,230); }
H1.HeaderClassName
{
color: #760FE6;
}
.AnyTagClassName
{
color: #760FE6;
}
</style>
background-color css
<style>
a { background-color: #760FE6; }
a { background-color: rgb(118,15,230); }
div.DivClassName
{
background-color: #760FE6;
}
.BgClassName
{
background-color: #760FE6;
}
</style>
border-color css
<style>
span { border-color: #760FE6; }
span { border-color: rgb(118,15,230); }
td.TdClassName
{
border-color: #760FE6;
}
.TagClassName
{
border-color: #760FE6;
}
</style>