Shades of Electric Indigo #7710FA
Tints of Electric Indigo #7710FA
RGB
CMYK
RGB Variations
Color information
#7710FA (or 0x7710FA) is known color: Electric Indigo. HEX triplet: 77, 10 and FA. RGB value is (119,16,250). Sum of RGB (Red+Green+Blue) = 119+16+250=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #7710FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7710FA is #88EF05. Grayscale: #484848. Windows color (decimal): -8974086 or 16388215. OLE color: 16388215.
HSL color Cylindrical-coordinate representation of color #7710FA: hue angle of 266.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7710FA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 16 | 250 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.02 |
| HSL | 266.41º | 0.96% | 0.52% | - |
| HSV(B) | 266.41º | 0.94% | 0.98% | - |
| XYZ | 25.05 | 11.19 | 91.28 | - |
| YUV | 73.47 | 227.62 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 250 | 0.52 | 0.94 | 0 | 0.02 | 266.41 | 0.96 | 0.52 |
| Hex | 77 | 10 | FA | 34 | 5E | 0 | 2 | 10A | 60 | 34 |
| Octal | 167 | 20 | 372 | 64 | 136 | 0 | 2 | 412 | 140 | 64 |
| Binary | 1110111 | 10000 | 11111010 | 110100 | 1011110 | 0 | 10 | 100001010 | 1100000 | 110100 |
Color Harmonies of #7710FA
Complementary color
Monochromatic Colors of #7710FA
Black with #7710FA
Text Example
Text Example
White with #7710FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7710FA; }
p { color: rgb(119,16,250); }
H1.HeaderClassName
{
color: #7710FA;
}
.AnyTagClassName
{
color: #7710FA;
}
</style>
background-color css
<style>
a { background-color: #7710FA; }
a { background-color: rgb(119,16,250); }
div.DivClassName
{
background-color: #7710FA;
}
.BgClassName
{
background-color: #7710FA;
}
</style>
border-color css
<style>
span { border-color: #7710FA; }
span { border-color: rgb(119,16,250); }
td.TdClassName
{
border-color: #7710FA;
}
.TagClassName
{
border-color: #7710FA;
}
</style>