Shades of Electric Indigo #7714FA
Tints of Electric Indigo #7714FA
RGB
CMYK
RGB Variations
Color information
#7714FA (or 0x7714FA) is known color: Electric Indigo. HEX triplet: 77, 14 and FA. RGB value is (119,20,250). Sum of RGB (Red+Green+Blue) = 119+20+250=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7714FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7714FA is #88EB05. Grayscale: #4B4B4B. Windows color (decimal): -8973062 or 16389239. OLE color: 16389239.
HSL color Cylindrical-coordinate representation of color #7714FA: hue angle of 265.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7714FA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 20 | 250 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.02 |
| HSL | 265.83º | 0.96% | 0.53% | - |
| HSV(B) | 265.83º | 0.92% | 0.98% | - |
| XYZ | 25.11 | 11.32 | 91.3 | - |
| YUV | 75.82 | 226.3 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 250 | 0.52 | 0.92 | 0 | 0.02 | 265.83 | 0.96 | 0.53 |
| Hex | 77 | 14 | FA | 34 | 5C | 0 | 2 | 10A | 60 | 35 |
| Octal | 167 | 24 | 372 | 64 | 134 | 0 | 2 | 412 | 140 | 65 |
| Binary | 1110111 | 10100 | 11111010 | 110100 | 1011100 | 0 | 10 | 100001010 | 1100000 | 110101 |
Color Harmonies of #7714FA
Complementary color
Monochromatic Colors of #7714FA
Black with #7714FA
Text Example
Text Example
White with #7714FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714FA; }
p { color: rgb(119,20,250); }
H1.HeaderClassName
{
color: #7714FA;
}
.AnyTagClassName
{
color: #7714FA;
}
</style>
background-color css
<style>
a { background-color: #7714FA; }
a { background-color: rgb(119,20,250); }
div.DivClassName
{
background-color: #7714FA;
}
.BgClassName
{
background-color: #7714FA;
}
</style>
border-color css
<style>
span { border-color: #7714FA; }
span { border-color: rgb(119,20,250); }
td.TdClassName
{
border-color: #7714FA;
}
.TagClassName
{
border-color: #7714FA;
}
</style>