Shades of Electric Indigo #7712FF
Tints of Electric Indigo #7712FF
RGB
CMYK
RGB Variations
Color information
#7712FF (or 0x7712FF) is known color: Electric Indigo. HEX triplet: 77, 12 and FF. RGB value is (119,18,255). Sum of RGB (Red+Green+Blue) = 119+18+255=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7712FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7712FF is #88ED00. Grayscale: #4A4A4A. Windows color (decimal): -8973569 or 16716407. OLE color: 16716407.
HSL color Cylindrical-coordinate representation of color #7712FF: hue angle of 265.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7712FF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 18 | 255 | - |
| CMYK | 0.53 | 0.93 | 0 | 0 |
| HSL | 265.57º | 1% | 0.54% | - |
| HSV(B) | 265.57º | 0.93% | 1% | - |
| XYZ | 25.87 | 11.57 | 95.48 | - |
| YUV | 75.22 | 229.46 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 255 | 0.53 | 0.93 | 0 | 0 | 265.57 | 1 | 0.54 |
| Hex | 77 | 12 | FF | 35 | 5D | 0 | 0 | 10A | 64 | 36 |
| Octal | 167 | 22 | 377 | 65 | 135 | 0 | 0 | 412 | 144 | 66 |
| Binary | 1110111 | 10010 | 11111111 | 110101 | 1011101 | 0 | 0 | 100001010 | 1100100 | 110110 |
Color Harmonies of #7712FF
Complementary color
Monochromatic Colors of #7712FF
Black with #7712FF
Text Example
Text Example
White with #7712FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712FF; }
p { color: rgb(119,18,255); }
H1.HeaderClassName
{
color: #7712FF;
}
.AnyTagClassName
{
color: #7712FF;
}
</style>
background-color css
<style>
a { background-color: #7712FF; }
a { background-color: rgb(119,18,255); }
div.DivClassName
{
background-color: #7712FF;
}
.BgClassName
{
background-color: #7712FF;
}
</style>
border-color css
<style>
span { border-color: #7712FF; }
span { border-color: rgb(119,18,255); }
td.TdClassName
{
border-color: #7712FF;
}
.TagClassName
{
border-color: #7712FF;
}
</style>