Shades of Electric Indigo #7710FE
Tints of Electric Indigo #7710FE
RGB
CMYK
RGB Variations
Color information
#7710FE (or 0x7710FE) is known color: Electric Indigo. HEX triplet: 77, 10 and FE. RGB value is (119,16,254). Sum of RGB (Red+Green+Blue) = 119+16+254=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7710FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7710FE is #88EF01. Grayscale: #494949. Windows color (decimal): -8974082 or 16650359. OLE color: 16650359.
HSL color Cylindrical-coordinate representation of color #7710FE: hue angle of 265.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7710FE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 16 | 254 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.00 |
| HSL | 265.97º | 0.99% | 0.53% | - |
| HSV(B) | 265.97º | 0.94% | 1% | - |
| XYZ | 25.68 | 11.45 | 94.62 | - |
| YUV | 73.93 | 229.62 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 254 | 0.53 | 0.94 | 0 | 0.00 | 265.97 | 0.99 | 0.53 |
| Hex | 77 | 10 | FE | 35 | 5E | 0 | 0 | 10A | 63 | 35 |
| Octal | 167 | 20 | 376 | 65 | 136 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1110111 | 10000 | 11111110 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #7710FE
Complementary color
Monochromatic Colors of #7710FE
Black with #7710FE
Text Example
Text Example
White with #7710FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7710FE; }
p { color: rgb(119,16,254); }
H1.HeaderClassName
{
color: #7710FE;
}
.AnyTagClassName
{
color: #7710FE;
}
</style>
background-color css
<style>
a { background-color: #7710FE; }
a { background-color: rgb(119,16,254); }
div.DivClassName
{
background-color: #7710FE;
}
.BgClassName
{
background-color: #7710FE;
}
</style>
border-color css
<style>
span { border-color: #7710FE; }
span { border-color: rgb(119,16,254); }
td.TdClassName
{
border-color: #7710FE;
}
.TagClassName
{
border-color: #7710FE;
}
</style>