Shades of Electric Indigo #7707FA
Tints of Electric Indigo #7707FA
RGB
CMYK
RGB Variations
Color information
#7707FA (or 0x7707FA) is known color: Electric Indigo. HEX triplet: 77, 07 and FA. RGB value is (119,7,250). Sum of RGB (Red+Green+Blue) = 119+7+250=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #7707FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7707FA is #88F805. Grayscale: #434343. Windows color (decimal): -8976390 or 16385911. OLE color: 16385911.
HSL color Cylindrical-coordinate representation of color #7707FA: hue angle of 267.65º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7707FA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 7 | 250 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.02 |
| HSL | 267.65º | 0.96% | 0.5% | - |
| HSV(B) | 267.65º | 0.97% | 0.98% | - |
| XYZ | 24.94 | 10.98 | 91.25 | - |
| YUV | 68.19 | 230.61 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 250 | 0.52 | 0.97 | 0 | 0.02 | 267.65 | 0.96 | 0.5 |
| Hex | 77 | 7 | FA | 34 | 61 | 0 | 2 | 10C | 60 | 32 |
| Octal | 167 | 7 | 372 | 64 | 141 | 0 | 2 | 414 | 140 | 62 |
| Binary | 1110111 | 111 | 11111010 | 110100 | 1100001 | 0 | 10 | 100001100 | 1100000 | 110010 |
Color Harmonies of #7707FA
Complementary color
Monochromatic Colors of #7707FA
Black with #7707FA
Text Example
Text Example
White with #7707FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7707FA; }
p { color: rgb(119,7,250); }
H1.HeaderClassName
{
color: #7707FA;
}
.AnyTagClassName
{
color: #7707FA;
}
</style>
background-color css
<style>
a { background-color: #7707FA; }
a { background-color: rgb(119,7,250); }
div.DivClassName
{
background-color: #7707FA;
}
.BgClassName
{
background-color: #7707FA;
}
</style>
border-color css
<style>
span { border-color: #7707FA; }
span { border-color: rgb(119,7,250); }
td.TdClassName
{
border-color: #7707FA;
}
.TagClassName
{
border-color: #7707FA;
}
</style>