Shades of Electric Indigo #7912FE
Tints of Electric Indigo #7912FE
RGB
CMYK
RGB Variations
Color information
#7912FE (or 0x7912FE) is known color: Electric Indigo. HEX triplet: 79, 12 and FE. RGB value is (121,18,254). Sum of RGB (Red+Green+Blue) = 121+18+254=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #7912FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7912FE is #86ED01. Grayscale: #4A4A4A. Windows color (decimal): -8842498 or 16650873. OLE color: 16650873.
HSL color Cylindrical-coordinate representation of color #7912FE: hue angle of 266.19º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7912FE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 18 | 254 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.00 |
| HSL | 266.19º | 0.99% | 0.53% | - |
| HSV(B) | 266.19º | 0.93% | 1% | - |
| XYZ | 25.99 | 11.65 | 94.65 | - |
| YUV | 75.7 | 228.62 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 254 | 0.52 | 0.93 | 0 | 0.00 | 266.19 | 0.99 | 0.53 |
| Hex | 79 | 12 | FE | 34 | 5D | 0 | 0 | 10A | 63 | 35 |
| Octal | 171 | 22 | 376 | 64 | 135 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1111001 | 10010 | 11111110 | 110100 | 1011101 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #7912FE
Complementary color
Monochromatic Colors of #7912FE
Black with #7912FE
Text Example
Text Example
White with #7912FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912FE; }
p { color: rgb(121,18,254); }
H1.HeaderClassName
{
color: #7912FE;
}
.AnyTagClassName
{
color: #7912FE;
}
</style>
background-color css
<style>
a { background-color: #7912FE; }
a { background-color: rgb(121,18,254); }
div.DivClassName
{
background-color: #7912FE;
}
.BgClassName
{
background-color: #7912FE;
}
</style>
border-color css
<style>
span { border-color: #7912FE; }
span { border-color: rgb(121,18,254); }
td.TdClassName
{
border-color: #7912FE;
}
.TagClassName
{
border-color: #7912FE;
}
</style>