Shades of Electric Indigo #7114FE
Tints of Electric Indigo #7114FE
RGB
CMYK
RGB Variations
Color information
#7114FE (or 0x7114FE) is known color: Electric Indigo. HEX triplet: 71, 14 and FE. RGB value is (113,20,254). Sum of RGB (Red+Green+Blue) = 113+20+254=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #7114FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7114FE is #8EEB01. Grayscale: #494949. Windows color (decimal): -9366274 or 16651377. OLE color: 16651377.
HSL color Cylindrical-coordinate representation of color #7114FE: hue angle of 263.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7114FE is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 20 | 254 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.00 |
| HSL | 263.85º | 0.99% | 0.54% | - |
| HSV(B) | 263.85º | 0.92% | 1% | - |
| XYZ | 24.95 | 11.17 | 94.61 | - |
| YUV | 74.48 | 229.31 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 254 | 0.56 | 0.92 | 0 | 0.00 | 263.85 | 0.99 | 0.54 |
| Hex | 71 | 14 | FE | 38 | 5C | 0 | 0 | 108 | 63 | 36 |
| Octal | 161 | 24 | 376 | 70 | 134 | 0 | 0 | 410 | 143 | 66 |
| Binary | 1110001 | 10100 | 11111110 | 111000 | 1011100 | 0 | 0 | 100001000 | 1100011 | 110110 |
Color Harmonies of #7114FE
Complementary color
Monochromatic Colors of #7114FE
Black with #7114FE
Text Example
Text Example
White with #7114FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114FE; }
p { color: rgb(113,20,254); }
H1.HeaderClassName
{
color: #7114FE;
}
.AnyTagClassName
{
color: #7114FE;
}
</style>
background-color css
<style>
a { background-color: #7114FE; }
a { background-color: rgb(113,20,254); }
div.DivClassName
{
background-color: #7114FE;
}
.BgClassName
{
background-color: #7114FE;
}
</style>
border-color css
<style>
span { border-color: #7114FE; }
span { border-color: rgb(113,20,254); }
td.TdClassName
{
border-color: #7114FE;
}
.TagClassName
{
border-color: #7114FE;
}
</style>