Shades of Electric Indigo #7105FF
Tints of Electric Indigo #7105FF
RGB
CMYK
RGB Variations
Color information
#7105FF (or 0x7105FF) is known color: Electric Indigo. HEX triplet: 71, 05 and FF. RGB value is (113,5,255). Sum of RGB (Red+Green+Blue) = 113+5+255=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #7105FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7105FF is #8EFA00. Grayscale: #404040. Windows color (decimal): -9370113 or 16713073. OLE color: 16713073.
HSL color Cylindrical-coordinate representation of color #7105FF: hue angle of 265.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7105FF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 5 | 255 | - |
| CMYK | 0.56 | 0.98 | 0 | 0 |
| HSL | 265.92º | 1% | 0.51% | - |
| HSV(B) | 265.92º | 0.98% | 1% | - |
| XYZ | 24.91 | 10.84 | 95.39 | - |
| YUV | 65.79 | 234.78 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 255 | 0.56 | 0.98 | 0 | 0 | 265.92 | 1 | 0.51 |
| Hex | 71 | 5 | FF | 38 | 62 | 0 | 0 | 10A | 64 | 33 |
| Octal | 161 | 5 | 377 | 70 | 142 | 0 | 0 | 412 | 144 | 63 |
| Binary | 1110001 | 101 | 11111111 | 111000 | 1100010 | 0 | 0 | 100001010 | 1100100 | 110011 |
Color Harmonies of #7105FF
Complementary color
Monochromatic Colors of #7105FF
Black with #7105FF
Text Example
Text Example
White with #7105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105FF; }
p { color: rgb(113,5,255); }
H1.HeaderClassName
{
color: #7105FF;
}
.AnyTagClassName
{
color: #7105FF;
}
</style>
background-color css
<style>
a { background-color: #7105FF; }
a { background-color: rgb(113,5,255); }
div.DivClassName
{
background-color: #7105FF;
}
.BgClassName
{
background-color: #7105FF;
}
</style>
border-color css
<style>
span { border-color: #7105FF; }
span { border-color: rgb(113,5,255); }
td.TdClassName
{
border-color: #7105FF;
}
.TagClassName
{
border-color: #7105FF;
}
</style>