Shades of Electric Indigo #710DFF
Tints of Electric Indigo #710DFF
RGB
CMYK
RGB Variations
Color information
#710DFF (or 0x710DFF) is known color: Electric Indigo. HEX triplet: 71, 0D and FF. RGB value is (113,13,255). Sum of RGB (Red+Green+Blue) = 113+13+255=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #710DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DFF is #8EF200. Grayscale: #454545. Windows color (decimal): -9368065 or 16715121. OLE color: 16715121.
HSL color Cylindrical-coordinate representation of color #710DFF: hue angle of 264.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710DFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 13 | 255 | - |
| CMYK | 0.56 | 0.95 | 0 | 0 |
| HSL | 264.79º | 1% | 0.53% | - |
| HSV(B) | 264.79º | 0.95% | 1% | - |
| XYZ | 25 | 11.02 | 95.42 | - |
| YUV | 70.49 | 232.13 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 255 | 0.56 | 0.95 | 0 | 0 | 264.79 | 1 | 0.53 |
| Hex | 71 | D | FF | 38 | 5F | 0 | 0 | 109 | 64 | 35 |
| Octal | 161 | 15 | 377 | 70 | 137 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110001 | 1101 | 11111111 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #710DFF
Complementary color
Monochromatic Colors of #710DFF
Black with #710DFF
Text Example
Text Example
White with #710DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DFF; }
p { color: rgb(113,13,255); }
H1.HeaderClassName
{
color: #710DFF;
}
.AnyTagClassName
{
color: #710DFF;
}
</style>
background-color css
<style>
a { background-color: #710DFF; }
a { background-color: rgb(113,13,255); }
div.DivClassName
{
background-color: #710DFF;
}
.BgClassName
{
background-color: #710DFF;
}
</style>
border-color css
<style>
span { border-color: #710DFF; }
span { border-color: rgb(113,13,255); }
td.TdClassName
{
border-color: #710DFF;
}
.TagClassName
{
border-color: #710DFF;
}
</style>