Shades of Electric Indigo #7607E7
Tints of Electric Indigo #7607E7
RGB
CMYK
RGB Variations
Color information
#7607E7 (or 0x7607E7) is known color: Electric Indigo. HEX triplet: 76, 07 and E7. RGB value is (118,7,231). Sum of RGB (Red+Green+Blue) = 118+7+231=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #7607E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7607E7 is #89F818. Grayscale: #404040. Windows color (decimal): -9041945 or 15140726. OLE color: 15140726.
HSL color Cylindrical-coordinate representation of color #7607E7: hue angle of 269.73º 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 #7607E7 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 7 | 231 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.09 |
| HSL | 269.73º | 0.94% | 0.47% | - |
| HSV(B) | 269.73º | 0.97% | 0.91% | - |
| XYZ | 21.97 | 9.77 | 76.33 | - |
| YUV | 65.73 | 221.27 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 231 | 0.49 | 0.97 | 0 | 0.09 | 269.73 | 0.94 | 0.47 |
| Hex | 76 | 7 | E7 | 31 | 61 | 0 | 9 | 10E | 5E | 2F |
| Octal | 166 | 7 | 347 | 61 | 141 | 0 | 11 | 416 | 136 | 57 |
| Binary | 1110110 | 111 | 11100111 | 110001 | 1100001 | 0 | 1001 | 100001110 | 1011110 | 101111 |
Color Harmonies of #7607E7
Complementary color
Monochromatic Colors of #7607E7
Black with #7607E7
Text Example
Text Example
White with #7607E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607E7; }
p { color: rgb(118,7,231); }
H1.HeaderClassName
{
color: #7607E7;
}
.AnyTagClassName
{
color: #7607E7;
}
</style>
background-color css
<style>
a { background-color: #7607E7; }
a { background-color: rgb(118,7,231); }
div.DivClassName
{
background-color: #7607E7;
}
.BgClassName
{
background-color: #7607E7;
}
</style>
border-color css
<style>
span { border-color: #7607E7; }
span { border-color: rgb(118,7,231); }
td.TdClassName
{
border-color: #7607E7;
}
.TagClassName
{
border-color: #7607E7;
}
</style>