Shades of Electric Indigo #710CF6
Tints of Electric Indigo #710CF6
RGB
CMYK
RGB Variations
Color information
#710CF6 (or 0x710CF6) is known color: Electric Indigo. HEX triplet: 71, 0C and F6. RGB value is (113,12,246). Sum of RGB (Red+Green+Blue) = 113+12+246=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #710CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CF6 is #8EF309. Grayscale: #444444. Windows color (decimal): -9368330 or 16125041. OLE color: 16125041.
HSL color Cylindrical-coordinate representation of color #710CF6: hue angle of 265.9º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710CF6 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 12 | 246 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.04 |
| HSL | 265.9º | 0.93% | 0.51% | - |
| HSV(B) | 265.9º | 0.95% | 0.96% | - |
| XYZ | 23.58 | 10.43 | 87.96 | - |
| YUV | 68.88 | 227.96 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 246 | 0.54 | 0.95 | 0 | 0.04 | 265.9 | 0.93 | 0.51 |
| Hex | 71 | C | F6 | 36 | 5F | 0 | 4 | 10A | 5D | 33 |
| Octal | 161 | 14 | 366 | 66 | 137 | 0 | 4 | 412 | 135 | 63 |
| Binary | 1110001 | 1100 | 11110110 | 110110 | 1011111 | 0 | 100 | 100001010 | 1011101 | 110011 |
Color Harmonies of #710CF6
Complementary color
Monochromatic Colors of #710CF6
Black with #710CF6
Text Example
Text Example
White with #710CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CF6; }
p { color: rgb(113,12,246); }
H1.HeaderClassName
{
color: #710CF6;
}
.AnyTagClassName
{
color: #710CF6;
}
</style>
background-color css
<style>
a { background-color: #710CF6; }
a { background-color: rgb(113,12,246); }
div.DivClassName
{
background-color: #710CF6;
}
.BgClassName
{
background-color: #710CF6;
}
</style>
border-color css
<style>
span { border-color: #710CF6; }
span { border-color: rgb(113,12,246); }
td.TdClassName
{
border-color: #710CF6;
}
.TagClassName
{
border-color: #710CF6;
}
</style>