Shades of Electric Indigo #7605ED
Tints of Electric Indigo #7605ED
RGB
CMYK
RGB Variations
Color information
#7605ED (or 0x7605ED) is known color: Electric Indigo. HEX triplet: 76, 05 and ED. RGB value is (118,5,237). Sum of RGB (Red+Green+Blue) = 118+5+237=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #7605ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7605ED is #89FA12. Grayscale: #404040. Windows color (decimal): -9042451 or 15533430. OLE color: 15533430.
HSL color Cylindrical-coordinate representation of color #7605ED: hue angle of 269.22º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7605ED is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 5 | 237 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.07 |
| HSL | 269.22º | 0.96% | 0.47% | - |
| HSV(B) | 269.22º | 0.98% | 0.93% | - |
| XYZ | 22.81 | 10.07 | 80.86 | - |
| YUV | 65.24 | 224.94 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 237 | 0.50 | 0.98 | 0 | 0.07 | 269.22 | 0.96 | 0.47 |
| Hex | 76 | 5 | ED | 32 | 62 | 0 | 7 | 10D | 60 | 2F |
| Octal | 166 | 5 | 355 | 62 | 142 | 0 | 7 | 415 | 140 | 57 |
| Binary | 1110110 | 101 | 11101101 | 110010 | 1100010 | 0 | 111 | 100001101 | 1100000 | 101111 |
Color Harmonies of #7605ED
Complementary color
Monochromatic Colors of #7605ED
Black with #7605ED
Text Example
Text Example
White with #7605ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605ED; }
p { color: rgb(118,5,237); }
H1.HeaderClassName
{
color: #7605ED;
}
.AnyTagClassName
{
color: #7605ED;
}
</style>
background-color css
<style>
a { background-color: #7605ED; }
a { background-color: rgb(118,5,237); }
div.DivClassName
{
background-color: #7605ED;
}
.BgClassName
{
background-color: #7605ED;
}
</style>
border-color css
<style>
span { border-color: #7605ED; }
span { border-color: rgb(118,5,237); }
td.TdClassName
{
border-color: #7605ED;
}
.TagClassName
{
border-color: #7605ED;
}
</style>