Shades of Electric Indigo #7600EE
Tints of Electric Indigo #7600EE
RGB
CMYK
RGB Variations
Color information
#7600EE (or 0x7600EE) is known color: Electric Indigo. HEX triplet: 76, 00 and EE. RGB value is (118,0,238). Sum of RGB (Red+Green+Blue) = 118+0+238=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #7600EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600EE is #89FF11. Grayscale: #3D3D3D. Windows color (decimal): -9043730 or 15597686. OLE color: 15597686.
HSL color Cylindrical-coordinate representation of color #7600EE: hue angle of 269.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600EE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 0 | 238 | - |
| CMYK | 0.50 | 1 | 0 | 0.07 |
| HSL | 269.75º | 1% | 0.47% | - |
| HSV(B) | 269.75º | 1% | 0.93% | - |
| XYZ | 22.9 | 10.02 | 81.62 | - |
| YUV | 62.41 | 227.09 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 238 | 0.50 | 1 | 0 | 0.07 | 269.75 | 1 | 0.47 |
| Hex | 76 | 0 | EE | 32 | 64 | 0 | 7 | 10E | 64 | 2F |
| Octal | 166 | 0 | 356 | 62 | 144 | 0 | 7 | 416 | 144 | 57 |
| Binary | 1110110 | 0 | 11101110 | 110010 | 1100100 | 0 | 111 | 100001110 | 1100100 | 101111 |
Color Harmonies of #7600EE
Complementary color
Monochromatic Colors of #7600EE
Black with #7600EE
Text Example
Text Example
White with #7600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600EE; }
p { color: rgb(118,0,238); }
H1.HeaderClassName
{
color: #7600EE;
}
.AnyTagClassName
{
color: #7600EE;
}
</style>
background-color css
<style>
a { background-color: #7600EE; }
a { background-color: rgb(118,0,238); }
div.DivClassName
{
background-color: #7600EE;
}
.BgClassName
{
background-color: #7600EE;
}
</style>
border-color css
<style>
span { border-color: #7600EE; }
span { border-color: rgb(118,0,238); }
td.TdClassName
{
border-color: #7600EE;
}
.TagClassName
{
border-color: #7600EE;
}
</style>