Shades of Electric Indigo #7113FA
Tints of Electric Indigo #7113FA
RGB
CMYK
RGB Variations
Color information
#7113FA (or 0x7113FA) is known color: Electric Indigo. HEX triplet: 71, 13 and FA. RGB value is (113,19,250). Sum of RGB (Red+Green+Blue) = 113+19+250=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #7113FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7113FA is #8EEC05. Grayscale: #484848. Windows color (decimal): -9366534 or 16388977. OLE color: 16388977.
HSL color Cylindrical-coordinate representation of color #7113FA: hue angle of 264.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7113FA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 19 | 250 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.02 |
| HSL | 264.42º | 0.96% | 0.53% | - |
| HSV(B) | 264.42º | 0.92% | 0.98% | - |
| XYZ | 24.3 | 10.88 | 91.26 | - |
| YUV | 73.44 | 227.64 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 250 | 0.55 | 0.92 | 0 | 0.02 | 264.42 | 0.96 | 0.53 |
| Hex | 71 | 13 | FA | 37 | 5C | 0 | 2 | 108 | 60 | 35 |
| Octal | 161 | 23 | 372 | 67 | 134 | 0 | 2 | 410 | 140 | 65 |
| Binary | 1110001 | 10011 | 11111010 | 110111 | 1011100 | 0 | 10 | 100001000 | 1100000 | 110101 |
Color Harmonies of #7113FA
Complementary color
Monochromatic Colors of #7113FA
Black with #7113FA
Text Example
Text Example
White with #7113FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7113FA; }
p { color: rgb(113,19,250); }
H1.HeaderClassName
{
color: #7113FA;
}
.AnyTagClassName
{
color: #7113FA;
}
</style>
background-color css
<style>
a { background-color: #7113FA; }
a { background-color: rgb(113,19,250); }
div.DivClassName
{
background-color: #7113FA;
}
.BgClassName
{
background-color: #7113FA;
}
</style>
border-color css
<style>
span { border-color: #7113FA; }
span { border-color: rgb(113,19,250); }
td.TdClassName
{
border-color: #7113FA;
}
.TagClassName
{
border-color: #7113FA;
}
</style>