Shades of Electric Indigo #7601E7
Tints of Electric Indigo #7601E7
RGB
CMYK
RGB Variations
Color information
#7601E7 (or 0x7601E7) is known color: Electric Indigo. HEX triplet: 76, 01 and E7. RGB value is (118,1,231). Sum of RGB (Red+Green+Blue) = 118+1+231=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #7601E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7601E7 is #89FE18. Grayscale: #3D3D3D. Windows color (decimal): -9043481 or 15139190. OLE color: 15139190.
HSL color Cylindrical-coordinate representation of color #7601E7: hue angle of 270.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7601E7 is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 1 | 231 | - |
| CMYK | 0.49 | 1.00 | 0 | 0.09 |
| HSL | 270.52º | 0.99% | 0.45% | - |
| HSV(B) | 270.52º | 1% | 0.91% | - |
| XYZ | 21.91 | 9.64 | 76.31 | - |
| YUV | 62.2 | 223.26 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 231 | 0.49 | 1.00 | 0 | 0.09 | 270.52 | 0.99 | 0.45 |
| Hex | 76 | 1 | E7 | 31 | 64 | 0 | 9 | 10F | 63 | 2D |
| Octal | 166 | 1 | 347 | 61 | 144 | 0 | 11 | 417 | 143 | 55 |
| Binary | 1110110 | 1 | 11100111 | 110001 | 1100100 | 0 | 1001 | 100001111 | 1100011 | 101101 |
Color Harmonies of #7601E7
Complementary color
Monochromatic Colors of #7601E7
Black with #7601E7
Text Example
Text Example
White with #7601E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601E7; }
p { color: rgb(118,1,231); }
H1.HeaderClassName
{
color: #7601E7;
}
.AnyTagClassName
{
color: #7601E7;
}
</style>
background-color css
<style>
a { background-color: #7601E7; }
a { background-color: rgb(118,1,231); }
div.DivClassName
{
background-color: #7601E7;
}
.BgClassName
{
background-color: #7601E7;
}
</style>
border-color css
<style>
span { border-color: #7601E7; }
span { border-color: rgb(118,1,231); }
td.TdClassName
{
border-color: #7601E7;
}
.TagClassName
{
border-color: #7601E7;
}
</style>