Shades of Electric Indigo #7707FF
Tints of Electric Indigo #7707FF
RGB
CMYK
RGB Variations
Color information
#7707FF (or 0x7707FF) is known color: Electric Indigo. HEX triplet: 77, 07 and FF. RGB value is (119,7,255). Sum of RGB (Red+Green+Blue) = 119+7+255=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7707FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7707FF is #88F800. Grayscale: #434343. Windows color (decimal): -8976385 or 16713591. OLE color: 16713591.
HSL color Cylindrical-coordinate representation of color #7707FF: hue angle of 267.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7707FF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 7 | 255 | - |
| CMYK | 0.53 | 0.97 | 0 | 0 |
| HSL | 267.1º | 1% | 0.51% | - |
| HSV(B) | 267.1º | 0.97% | 1% | - |
| XYZ | 25.73 | 11.29 | 95.43 | - |
| YUV | 68.76 | 233.11 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 255 | 0.53 | 0.97 | 0 | 0 | 267.1 | 1 | 0.51 |
| Hex | 77 | 7 | FF | 35 | 61 | 0 | 0 | 10B | 64 | 33 |
| Octal | 167 | 7 | 377 | 65 | 141 | 0 | 0 | 413 | 144 | 63 |
| Binary | 1110111 | 111 | 11111111 | 110101 | 1100001 | 0 | 0 | 100001011 | 1100100 | 110011 |
Color Harmonies of #7707FF
Complementary color
Monochromatic Colors of #7707FF
Black with #7707FF
Text Example
Text Example
White with #7707FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7707FF; }
p { color: rgb(119,7,255); }
H1.HeaderClassName
{
color: #7707FF;
}
.AnyTagClassName
{
color: #7707FF;
}
</style>
background-color css
<style>
a { background-color: #7707FF; }
a { background-color: rgb(119,7,255); }
div.DivClassName
{
background-color: #7707FF;
}
.BgClassName
{
background-color: #7707FF;
}
</style>
border-color css
<style>
span { border-color: #7707FF; }
span { border-color: rgb(119,7,255); }
td.TdClassName
{
border-color: #7707FF;
}
.TagClassName
{
border-color: #7707FF;
}
</style>