Shades of Electric Indigo #7601ED
Tints of Electric Indigo #7601ED
RGB
CMYK
RGB Variations
Color information
#7601ED (or 0x7601ED) is known color: Electric Indigo. HEX triplet: 76, 01 and ED. RGB value is (118,1,237). Sum of RGB (Red+Green+Blue) = 118+1+237=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #7601ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7601ED is #89FE12. Grayscale: #3E3E3E. Windows color (decimal): -9043475 or 15532406. OLE color: 15532406.
HSL color Cylindrical-coordinate representation of color #7601ED: hue angle of 269.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7601ED is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 1 | 237 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.07 |
| HSL | 269.75º | 0.99% | 0.47% | - |
| HSV(B) | 269.75º | 1% | 0.93% | - |
| XYZ | 22.77 | 9.99 | 80.85 | - |
| YUV | 62.89 | 226.26 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 237 | 0.50 | 1.00 | 0 | 0.07 | 269.75 | 0.99 | 0.47 |
| Hex | 76 | 1 | ED | 32 | 64 | 0 | 7 | 10E | 63 | 2F |
| Octal | 166 | 1 | 355 | 62 | 144 | 0 | 7 | 416 | 143 | 57 |
| Binary | 1110110 | 1 | 11101101 | 110010 | 1100100 | 0 | 111 | 100001110 | 1100011 | 101111 |
Color Harmonies of #7601ED
Complementary color
Monochromatic Colors of #7601ED
Black with #7601ED
Text Example
Text Example
White with #7601ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601ED; }
p { color: rgb(118,1,237); }
H1.HeaderClassName
{
color: #7601ED;
}
.AnyTagClassName
{
color: #7601ED;
}
</style>
background-color css
<style>
a { background-color: #7601ED; }
a { background-color: rgb(118,1,237); }
div.DivClassName
{
background-color: #7601ED;
}
.BgClassName
{
background-color: #7601ED;
}
</style>
border-color css
<style>
span { border-color: #7601ED; }
span { border-color: rgb(118,1,237); }
td.TdClassName
{
border-color: #7601ED;
}
.TagClassName
{
border-color: #7601ED;
}
</style>