Shades of Electric Indigo #7014FF
Tints of Electric Indigo #7014FF
RGB
CMYK
RGB Variations
Color information
#7014FF (or 0x7014FF) is known color: Electric Indigo. HEX triplet: 70, 14 and FF. RGB value is (112,20,255). Sum of RGB (Red+Green+Blue) = 112+20+255=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #7014FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7014FF is #8FEB00. Grayscale: #494949. Windows color (decimal): -9431809 or 16716912. OLE color: 16716912.
HSL color Cylindrical-coordinate representation of color #7014FF: hue angle of 263.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7014FF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 20 | 255 | - |
| CMYK | 0.56 | 0.92 | 0 | 0 |
| HSL | 263.49º | 1% | 0.54% | - |
| HSV(B) | 263.49º | 0.92% | 1% | - |
| XYZ | 24.98 | 11.17 | 95.45 | - |
| YUV | 74.3 | 229.98 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 255 | 0.56 | 0.92 | 0 | 0 | 263.49 | 1 | 0.54 |
| Hex | 70 | 14 | FF | 38 | 5C | 0 | 0 | 107 | 64 | 36 |
| Octal | 160 | 24 | 377 | 70 | 134 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1110000 | 10100 | 11111111 | 111000 | 1011100 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #7014FF
Complementary color
Monochromatic Colors of #7014FF
Black with #7014FF
Text Example
Text Example
White with #7014FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7014FF; }
p { color: rgb(112,20,255); }
H1.HeaderClassName
{
color: #7014FF;
}
.AnyTagClassName
{
color: #7014FF;
}
</style>
background-color css
<style>
a { background-color: #7014FF; }
a { background-color: rgb(112,20,255); }
div.DivClassName
{
background-color: #7014FF;
}
.BgClassName
{
background-color: #7014FF;
}
</style>
border-color css
<style>
span { border-color: #7014FF; }
span { border-color: rgb(112,20,255); }
td.TdClassName
{
border-color: #7014FF;
}
.TagClassName
{
border-color: #7014FF;
}
</style>