Shades of Electric Indigo #7C16FA
Tints of Electric Indigo #7C16FA
RGB
CMYK
RGB Variations
Color information
#7C16FA (or 0x7C16FA) is known color: Electric Indigo. HEX triplet: 7C, 16 and FA. RGB value is (124,22,250). Sum of RGB (Red+Green+Blue) = 124+22+250=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C16FA is #83E905. Grayscale: #4D4D4D. Windows color (decimal): -8644870 or 16389756. OLE color: 16389756.
HSL color Cylindrical-coordinate representation of color #7C16FA: hue angle of 266.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C16FA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 22 | 250 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.02 |
| HSL | 266.84º | 0.96% | 0.53% | - |
| HSV(B) | 266.84º | 0.91% | 0.98% | - |
| XYZ | 25.85 | 11.76 | 91.35 | - |
| YUV | 78.49 | 224.79 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 250 | 0.50 | 0.91 | 0 | 0.02 | 266.84 | 0.96 | 0.53 |
| Hex | 7C | 16 | FA | 32 | 5B | 0 | 2 | 10B | 60 | 35 |
| Octal | 174 | 26 | 372 | 62 | 133 | 0 | 2 | 413 | 140 | 65 |
| Binary | 1111100 | 10110 | 11111010 | 110010 | 1011011 | 0 | 10 | 100001011 | 1100000 | 110101 |
Color Harmonies of #7C16FA
Complementary color
Monochromatic Colors of #7C16FA
Black with #7C16FA
Text Example
Text Example
White with #7C16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16FA; }
p { color: rgb(124,22,250); }
H1.HeaderClassName
{
color: #7C16FA;
}
.AnyTagClassName
{
color: #7C16FA;
}
</style>
background-color css
<style>
a { background-color: #7C16FA; }
a { background-color: rgb(124,22,250); }
div.DivClassName
{
background-color: #7C16FA;
}
.BgClassName
{
background-color: #7C16FA;
}
</style>
border-color css
<style>
span { border-color: #7C16FA; }
span { border-color: rgb(124,22,250); }
td.TdClassName
{
border-color: #7C16FA;
}
.TagClassName
{
border-color: #7C16FA;
}
</style>