Shades of Electric Indigo #710CFE
Tints of Electric Indigo #710CFE
RGB
CMYK
RGB Variations
Color information
#710CFE (or 0x710CFE) is known color: Electric Indigo. HEX triplet: 71, 0C and FE. RGB value is (113,12,254). Sum of RGB (Red+Green+Blue) = 113+12+254=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #710CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CFE is #8EF301. Grayscale: #444444. Windows color (decimal): -9368322 or 16649329. OLE color: 16649329.
HSL color Cylindrical-coordinate representation of color #710CFE: hue angle of 265.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710CFE is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 12 | 254 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.00 |
| HSL | 265.04º | 0.99% | 0.52% | - |
| HSV(B) | 265.04º | 0.95% | 1% | - |
| XYZ | 24.83 | 10.93 | 94.57 | - |
| YUV | 69.79 | 231.96 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 254 | 0.56 | 0.95 | 0 | 0.00 | 265.04 | 0.99 | 0.52 |
| Hex | 71 | C | FE | 38 | 5F | 0 | 0 | 109 | 63 | 34 |
| Octal | 161 | 14 | 376 | 70 | 137 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110001 | 1100 | 11111110 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #710CFE
Complementary color
Monochromatic Colors of #710CFE
Black with #710CFE
Text Example
Text Example
White with #710CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CFE; }
p { color: rgb(113,12,254); }
H1.HeaderClassName
{
color: #710CFE;
}
.AnyTagClassName
{
color: #710CFE;
}
</style>
background-color css
<style>
a { background-color: #710CFE; }
a { background-color: rgb(113,12,254); }
div.DivClassName
{
background-color: #710CFE;
}
.BgClassName
{
background-color: #710CFE;
}
</style>
border-color css
<style>
span { border-color: #710CFE; }
span { border-color: rgb(113,12,254); }
td.TdClassName
{
border-color: #710CFE;
}
.TagClassName
{
border-color: #710CFE;
}
</style>