Shades of Electric Indigo #7117FF
Tints of Electric Indigo #7117FF
RGB
CMYK
RGB Variations
Color information
#7117FF (or 0x7117FF) is known color: Electric Indigo. HEX triplet: 71, 17 and FF. RGB value is (113,23,255). Sum of RGB (Red+Green+Blue) = 113+23+255=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7117FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117FF is #8EE800. Grayscale: #4B4B4B. Windows color (decimal): -9365505 or 16717681. OLE color: 16717681.
HSL color Cylindrical-coordinate representation of color #7117FF: hue angle of 263.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7117FF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 23 | 255 | - |
| CMYK | 0.56 | 0.91 | 0 | 0 |
| HSL | 263.28º | 1% | 0.55% | - |
| HSV(B) | 263.28º | 0.91% | 1% | - |
| XYZ | 25.17 | 11.34 | 95.47 | - |
| YUV | 76.36 | 228.82 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 255 | 0.56 | 0.91 | 0 | 0 | 263.28 | 1 | 0.55 |
| Hex | 71 | 17 | FF | 38 | 5B | 0 | 0 | 107 | 64 | 37 |
| Octal | 161 | 27 | 377 | 70 | 133 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110001 | 10111 | 11111111 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #7117FF
Complementary color
Monochromatic Colors of #7117FF
Black with #7117FF
Text Example
Text Example
White with #7117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117FF; }
p { color: rgb(113,23,255); }
H1.HeaderClassName
{
color: #7117FF;
}
.AnyTagClassName
{
color: #7117FF;
}
</style>
background-color css
<style>
a { background-color: #7117FF; }
a { background-color: rgb(113,23,255); }
div.DivClassName
{
background-color: #7117FF;
}
.BgClassName
{
background-color: #7117FF;
}
</style>
border-color css
<style>
span { border-color: #7117FF; }
span { border-color: rgb(113,23,255); }
td.TdClassName
{
border-color: #7117FF;
}
.TagClassName
{
border-color: #7117FF;
}
</style>