Shades of Electric Indigo #7607E9
Tints of Electric Indigo #7607E9
RGB
CMYK
RGB Variations
Color information
#7607E9 (or 0x7607E9) is known color: Electric Indigo. HEX triplet: 76, 07 and E9. RGB value is (118,7,233). Sum of RGB (Red+Green+Blue) = 118+7+233=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #7607E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7607E9 is #89F816. Grayscale: #414141. Windows color (decimal): -9041943 or 15271798. OLE color: 15271798.
HSL color Cylindrical-coordinate representation of color #7607E9: hue angle of 269.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607E9 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 7 | 233 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.09 |
| HSL | 269.47º | 0.94% | 0.47% | - |
| HSV(B) | 269.47º | 0.97% | 0.91% | - |
| XYZ | 22.26 | 9.89 | 77.83 | - |
| YUV | 65.95 | 222.27 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 233 | 0.49 | 0.97 | 0 | 0.09 | 269.47 | 0.94 | 0.47 |
| Hex | 76 | 7 | E9 | 31 | 61 | 0 | 9 | 10D | 5E | 2F |
| Octal | 166 | 7 | 351 | 61 | 141 | 0 | 11 | 415 | 136 | 57 |
| Binary | 1110110 | 111 | 11101001 | 110001 | 1100001 | 0 | 1001 | 100001101 | 1011110 | 101111 |
Color Harmonies of #7607E9
Complementary color
Monochromatic Colors of #7607E9
Black with #7607E9
Text Example
Text Example
White with #7607E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607E9; }
p { color: rgb(118,7,233); }
H1.HeaderClassName
{
color: #7607E9;
}
.AnyTagClassName
{
color: #7607E9;
}
</style>
background-color css
<style>
a { background-color: #7607E9; }
a { background-color: rgb(118,7,233); }
div.DivClassName
{
background-color: #7607E9;
}
.BgClassName
{
background-color: #7607E9;
}
</style>
border-color css
<style>
span { border-color: #7607E9; }
span { border-color: rgb(118,7,233); }
td.TdClassName
{
border-color: #7607E9;
}
.TagClassName
{
border-color: #7607E9;
}
</style>