Shades of Electric Indigo #7600FA
Tints of Electric Indigo #7600FA
RGB
CMYK
RGB Variations
Color information
#7600FA (or 0x7600FA) is known color: Electric Indigo. HEX triplet: 76, 00 and FA. RGB value is (118,0,250). Sum of RGB (Red+Green+Blue) = 118+0+250=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #7600FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600FA is #89FF05. Grayscale: #3E3E3E. Windows color (decimal): -9043718 or 16384118. OLE color: 16384118.
HSL color Cylindrical-coordinate representation of color #7600FA: hue angle of 268.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600FA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 0 | 250 | - |
| CMYK | 0.53 | 1 | 0 | 0.02 |
| HSL | 268.32º | 1% | 0.49% | - |
| HSV(B) | 268.32º | 1% | 0.98% | - |
| XYZ | 24.73 | 10.75 | 91.21 | - |
| YUV | 63.78 | 233.09 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 250 | 0.53 | 1 | 0 | 0.02 | 268.32 | 1 | 0.49 |
| Hex | 76 | 0 | FA | 35 | 64 | 0 | 2 | 10C | 64 | 31 |
| Octal | 166 | 0 | 372 | 65 | 144 | 0 | 2 | 414 | 144 | 61 |
| Binary | 1110110 | 0 | 11111010 | 110101 | 1100100 | 0 | 10 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7600FA
Complementary color
Monochromatic Colors of #7600FA
Black with #7600FA
Text Example
Text Example
White with #7600FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600FA; }
p { color: rgb(118,0,250); }
H1.HeaderClassName
{
color: #7600FA;
}
.AnyTagClassName
{
color: #7600FA;
}
</style>
background-color css
<style>
a { background-color: #7600FA; }
a { background-color: rgb(118,0,250); }
div.DivClassName
{
background-color: #7600FA;
}
.BgClassName
{
background-color: #7600FA;
}
</style>
border-color css
<style>
span { border-color: #7600FA; }
span { border-color: rgb(118,0,250); }
td.TdClassName
{
border-color: #7600FA;
}
.TagClassName
{
border-color: #7600FA;
}
</style>