Shades of Electric Indigo #7605FE
Tints of Electric Indigo #7605FE
RGB
CMYK
RGB Variations
Color information
#7605FE (or 0x7605FE) is known color: Electric Indigo. HEX triplet: 76, 05 and FE. RGB value is (118,5,254). Sum of RGB (Red+Green+Blue) = 118+5+254=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #7605FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7605FE is #89FA01. Grayscale: #424242. Windows color (decimal): -9042434 or 16647542. OLE color: 16647542.
HSL color Cylindrical-coordinate representation of color #7605FE: hue angle of 267.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7605FE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 5 | 254 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.00 |
| HSL | 267.23º | 0.99% | 0.51% | - |
| HSV(B) | 267.23º | 0.98% | 1% | - |
| XYZ | 25.41 | 11.12 | 94.57 | - |
| YUV | 67.17 | 233.44 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 254 | 0.54 | 0.98 | 0 | 0.00 | 267.23 | 0.99 | 0.51 |
| Hex | 76 | 5 | FE | 36 | 62 | 0 | 0 | 10B | 63 | 33 |
| Octal | 166 | 5 | 376 | 66 | 142 | 0 | 0 | 413 | 143 | 63 |
| Binary | 1110110 | 101 | 11111110 | 110110 | 1100010 | 0 | 0 | 100001011 | 1100011 | 110011 |
Color Harmonies of #7605FE
Complementary color
Monochromatic Colors of #7605FE
Black with #7605FE
Text Example
Text Example
White with #7605FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605FE; }
p { color: rgb(118,5,254); }
H1.HeaderClassName
{
color: #7605FE;
}
.AnyTagClassName
{
color: #7605FE;
}
</style>
background-color css
<style>
a { background-color: #7605FE; }
a { background-color: rgb(118,5,254); }
div.DivClassName
{
background-color: #7605FE;
}
.BgClassName
{
background-color: #7605FE;
}
</style>
border-color css
<style>
span { border-color: #7605FE; }
span { border-color: rgb(118,5,254); }
td.TdClassName
{
border-color: #7605FE;
}
.TagClassName
{
border-color: #7605FE;
}
</style>