Shades of Electric Indigo #7602EC
Tints of Electric Indigo #7602EC
RGB
CMYK
RGB Variations
Color information
#7602EC (or 0x7602EC) is known color: Electric Indigo. HEX triplet: 76, 02 and EC. RGB value is (118,2,236). Sum of RGB (Red+Green+Blue) = 118+2+236=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7602EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7602EC is #89FD13. Grayscale: #3E3E3E. Windows color (decimal): -9043220 or 15467126. OLE color: 15467126.
HSL color Cylindrical-coordinate representation of color #7602EC: hue angle of 269.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602EC is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 2 | 236 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.07 |
| HSL | 269.74º | 0.98% | 0.47% | - |
| HSV(B) | 269.74º | 0.99% | 0.93% | - |
| XYZ | 22.63 | 9.95 | 80.08 | - |
| YUV | 63.36 | 225.43 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 236 | 0.5 | 0.99 | 0 | 0.07 | 269.74 | 0.98 | 0.47 |
| Hex | 76 | 2 | EC | 32 | 63 | 0 | 7 | 10E | 62 | 2F |
| Octal | 166 | 2 | 354 | 62 | 143 | 0 | 7 | 416 | 142 | 57 |
| Binary | 1110110 | 10 | 11101100 | 110010 | 1100011 | 0 | 111 | 100001110 | 1100010 | 101111 |
Color Harmonies of #7602EC
Complementary color
Monochromatic Colors of #7602EC
Black with #7602EC
Text Example
Text Example
White with #7602EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602EC; }
p { color: rgb(118,2,236); }
H1.HeaderClassName
{
color: #7602EC;
}
.AnyTagClassName
{
color: #7602EC;
}
</style>
background-color css
<style>
a { background-color: #7602EC; }
a { background-color: rgb(118,2,236); }
div.DivClassName
{
background-color: #7602EC;
}
.BgClassName
{
background-color: #7602EC;
}
</style>
border-color css
<style>
span { border-color: #7602EC; }
span { border-color: rgb(118,2,236); }
td.TdClassName
{
border-color: #7602EC;
}
.TagClassName
{
border-color: #7602EC;
}
</style>