Shades of Electric Indigo #7C16FE
Tints of Electric Indigo #7C16FE
RGB
CMYK
RGB Variations
Color information
#7C16FE (or 0x7C16FE) is known color: Electric Indigo. HEX triplet: 7C, 16 and FE. RGB value is (124,22,254). Sum of RGB (Red+Green+Blue) = 124+22+254=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C16FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C16FE is #83E901. Grayscale: #4E4E4E. Windows color (decimal): -8644866 or 16651900. OLE color: 16651900.
HSL color Cylindrical-coordinate representation of color #7C16FE: hue angle of 266.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C16FE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 22 | 254 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.00 |
| HSL | 266.38º | 0.99% | 0.54% | - |
| HSV(B) | 266.38º | 0.91% | 1% | - |
| XYZ | 26.49 | 12.01 | 94.69 | - |
| YUV | 78.95 | 226.79 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 254 | 0.51 | 0.91 | 0 | 0.00 | 266.38 | 0.99 | 0.54 |
| Hex | 7C | 16 | FE | 33 | 5B | 0 | 0 | 10A | 63 | 36 |
| Octal | 174 | 26 | 376 | 63 | 133 | 0 | 0 | 412 | 143 | 66 |
| Binary | 1111100 | 10110 | 11111110 | 110011 | 1011011 | 0 | 0 | 100001010 | 1100011 | 110110 |
Color Harmonies of #7C16FE
Complementary color
Monochromatic Colors of #7C16FE
Black with #7C16FE
Text Example
Text Example
White with #7C16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16FE; }
p { color: rgb(124,22,254); }
H1.HeaderClassName
{
color: #7C16FE;
}
.AnyTagClassName
{
color: #7C16FE;
}
</style>
background-color css
<style>
a { background-color: #7C16FE; }
a { background-color: rgb(124,22,254); }
div.DivClassName
{
background-color: #7C16FE;
}
.BgClassName
{
background-color: #7C16FE;
}
</style>
border-color css
<style>
span { border-color: #7C16FE; }
span { border-color: rgb(124,22,254); }
td.TdClassName
{
border-color: #7C16FE;
}
.TagClassName
{
border-color: #7C16FE;
}
</style>