Shades of Electric Indigo #7713FE
Tints of Electric Indigo #7713FE
RGB
CMYK
RGB Variations
Color information
#7713FE (or 0x7713FE) is known color: Electric Indigo. HEX triplet: 77, 13 and FE. RGB value is (119,19,254). Sum of RGB (Red+Green+Blue) = 119+19+254=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7713FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7713FE is #88EC01. Grayscale: #4A4A4A. Windows color (decimal): -8973314 or 16651127. OLE color: 16651127.
HSL color Cylindrical-coordinate representation of color #7713FE: hue angle of 265.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7713FE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 19 | 254 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.00 |
| HSL | 265.53º | 0.99% | 0.54% | - |
| HSV(B) | 265.53º | 0.93% | 1% | - |
| XYZ | 25.73 | 11.54 | 94.64 | - |
| YUV | 75.69 | 228.63 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 254 | 0.53 | 0.93 | 0 | 0.00 | 265.53 | 0.99 | 0.54 |
| Hex | 77 | 13 | FE | 35 | 5D | 0 | 0 | 10A | 63 | 36 |
| Octal | 167 | 23 | 376 | 65 | 135 | 0 | 0 | 412 | 143 | 66 |
| Binary | 1110111 | 10011 | 11111110 | 110101 | 1011101 | 0 | 0 | 100001010 | 1100011 | 110110 |
Color Harmonies of #7713FE
Complementary color
Monochromatic Colors of #7713FE
Black with #7713FE
Text Example
Text Example
White with #7713FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713FE; }
p { color: rgb(119,19,254); }
H1.HeaderClassName
{
color: #7713FE;
}
.AnyTagClassName
{
color: #7713FE;
}
</style>
background-color css
<style>
a { background-color: #7713FE; }
a { background-color: rgb(119,19,254); }
div.DivClassName
{
background-color: #7713FE;
}
.BgClassName
{
background-color: #7713FE;
}
</style>
border-color css
<style>
span { border-color: #7713FE; }
span { border-color: rgb(119,19,254); }
td.TdClassName
{
border-color: #7713FE;
}
.TagClassName
{
border-color: #7713FE;
}
</style>