Shades of Electric Indigo #7211FE
Tints of Electric Indigo #7211FE
RGB
CMYK
RGB Variations
Color information
#7211FE (or 0x7211FE) is known color: Electric Indigo. HEX triplet: 72, 11 and FE. RGB value is (114,17,254). Sum of RGB (Red+Green+Blue) = 114+17+254=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #7211FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7211FE is #8DEE01. Grayscale: #484848. Windows color (decimal): -9301506 or 16650610. OLE color: 16650610.
HSL color Cylindrical-coordinate representation of color #7211FE: hue angle of 264.56º 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 #7211FE is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 17 | 254 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.00 |
| HSL | 264.56º | 0.99% | 0.53% | - |
| HSV(B) | 264.56º | 0.93% | 1% | - |
| XYZ | 25.03 | 11.13 | 94.6 | - |
| YUV | 73.02 | 230.14 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 254 | 0.55 | 0.93 | 0 | 0.00 | 264.56 | 0.99 | 0.53 |
| Hex | 72 | 11 | FE | 37 | 5D | 0 | 0 | 109 | 63 | 35 |
| Octal | 162 | 21 | 376 | 67 | 135 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110010 | 10001 | 11111110 | 110111 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7211FE
Complementary color
Monochromatic Colors of #7211FE
Black with #7211FE
Text Example
Text Example
White with #7211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7211FE; }
p { color: rgb(114,17,254); }
H1.HeaderClassName
{
color: #7211FE;
}
.AnyTagClassName
{
color: #7211FE;
}
</style>
background-color css
<style>
a { background-color: #7211FE; }
a { background-color: rgb(114,17,254); }
div.DivClassName
{
background-color: #7211FE;
}
.BgClassName
{
background-color: #7211FE;
}
</style>
border-color css
<style>
span { border-color: #7211FE; }
span { border-color: rgb(114,17,254); }
td.TdClassName
{
border-color: #7211FE;
}
.TagClassName
{
border-color: #7211FE;
}
</style>