Shades of Electric Indigo #7816FF
Tints of Electric Indigo #7816FF
RGB
CMYK
RGB Variations
Color information
#7816FF (or 0x7816FF) is known color: Electric Indigo. HEX triplet: 78, 16 and FF. RGB value is (120,22,255). Sum of RGB (Red+Green+Blue) = 120+22+255=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #7816FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7816FF is #87E900. Grayscale: #4D4D4D. Windows color (decimal): -8907009 or 16717432. OLE color: 16717432.
HSL color Cylindrical-coordinate representation of color #7816FF: hue angle of 265.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7816FF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 22 | 255 | - |
| CMYK | 0.53 | 0.91 | 0 | 0 |
| HSL | 265.24º | 1% | 0.54% | - |
| HSV(B) | 265.24º | 0.91% | 1% | - |
| XYZ | 26.08 | 11.79 | 95.51 | - |
| YUV | 77.86 | 227.97 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 255 | 0.53 | 0.91 | 0 | 0 | 265.24 | 1 | 0.54 |
| Hex | 78 | 16 | FF | 35 | 5B | 0 | 0 | 109 | 64 | 36 |
| Octal | 170 | 26 | 377 | 65 | 133 | 0 | 0 | 411 | 144 | 66 |
| Binary | 1111000 | 10110 | 11111111 | 110101 | 1011011 | 0 | 0 | 100001001 | 1100100 | 110110 |
Color Harmonies of #7816FF
Complementary color
Monochromatic Colors of #7816FF
Black with #7816FF
Text Example
Text Example
White with #7816FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7816FF; }
p { color: rgb(120,22,255); }
H1.HeaderClassName
{
color: #7816FF;
}
.AnyTagClassName
{
color: #7816FF;
}
</style>
background-color css
<style>
a { background-color: #7816FF; }
a { background-color: rgb(120,22,255); }
div.DivClassName
{
background-color: #7816FF;
}
.BgClassName
{
background-color: #7816FF;
}
</style>
border-color css
<style>
span { border-color: #7816FF; }
span { border-color: rgb(120,22,255); }
td.TdClassName
{
border-color: #7816FF;
}
.TagClassName
{
border-color: #7816FF;
}
</style>