Shades of Electric Indigo #710CFF
Tints of Electric Indigo #710CFF
RGB
CMYK
RGB Variations
Color information
#710CFF (or 0x710CFF) is known color: Electric Indigo. HEX triplet: 71, 0C and FF. RGB value is (113,12,255). Sum of RGB (Red+Green+Blue) = 113+12+255=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #710CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CFF is #8EF300. Grayscale: #454545. Windows color (decimal): -9368321 or 16714865. OLE color: 16714865.
HSL color Cylindrical-coordinate representation of color #710CFF: hue angle of 264.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710CFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 12 | 255 | - |
| CMYK | 0.56 | 0.95 | 0 | 0 |
| HSL | 264.94º | 1% | 0.52% | - |
| HSV(B) | 264.94º | 0.95% | 1% | - |
| XYZ | 24.99 | 10.99 | 95.41 | - |
| YUV | 69.9 | 232.46 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 255 | 0.56 | 0.95 | 0 | 0 | 264.94 | 1 | 0.52 |
| Hex | 71 | C | FF | 38 | 5F | 0 | 0 | 109 | 64 | 34 |
| Octal | 161 | 14 | 377 | 70 | 137 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1110001 | 1100 | 11111111 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #710CFF
Complementary color
Monochromatic Colors of #710CFF
Black with #710CFF
Text Example
Text Example
White with #710CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CFF; }
p { color: rgb(113,12,255); }
H1.HeaderClassName
{
color: #710CFF;
}
.AnyTagClassName
{
color: #710CFF;
}
</style>
background-color css
<style>
a { background-color: #710CFF; }
a { background-color: rgb(113,12,255); }
div.DivClassName
{
background-color: #710CFF;
}
.BgClassName
{
background-color: #710CFF;
}
</style>
border-color css
<style>
span { border-color: #710CFF; }
span { border-color: rgb(113,12,255); }
td.TdClassName
{
border-color: #710CFF;
}
.TagClassName
{
border-color: #710CFF;
}
</style>