Shades of Electric Indigo #7613FF
Tints of Electric Indigo #7613FF
RGB
CMYK
RGB Variations
Color information
#7613FF (or 0x7613FF) is known color: Electric Indigo. HEX triplet: 76, 13 and FF. RGB value is (118,19,255). Sum of RGB (Red+Green+Blue) = 118+19+255=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7613FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7613FF is #89EC00. Grayscale: #4A4A4A. Windows color (decimal): -9038849 or 16716662. OLE color: 16716662.
HSL color Cylindrical-coordinate representation of color #7613FF: hue angle of 265.17º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7613FF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 19 | 255 | - |
| CMYK | 0.54 | 0.93 | 0 | 0 |
| HSL | 265.17º | 1% | 0.54% | - |
| HSV(B) | 265.17º | 0.93% | 1% | - |
| XYZ | 25.75 | 11.54 | 95.48 | - |
| YUV | 75.51 | 229.3 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 255 | 0.54 | 0.93 | 0 | 0 | 265.17 | 1 | 0.54 |
| Hex | 76 | 13 | FF | 36 | 5D | 0 | 0 | 109 | 64 | 36 |
| Octal | 166 | 23 | 377 | 66 | 135 | 0 | 0 | 411 | 144 | 66 |
| Binary | 1110110 | 10011 | 11111111 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100100 | 110110 |
Color Harmonies of #7613FF
Complementary color
Monochromatic Colors of #7613FF
Black with #7613FF
Text Example
Text Example
White with #7613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613FF; }
p { color: rgb(118,19,255); }
H1.HeaderClassName
{
color: #7613FF;
}
.AnyTagClassName
{
color: #7613FF;
}
</style>
background-color css
<style>
a { background-color: #7613FF; }
a { background-color: rgb(118,19,255); }
div.DivClassName
{
background-color: #7613FF;
}
.BgClassName
{
background-color: #7613FF;
}
</style>
border-color css
<style>
span { border-color: #7613FF; }
span { border-color: rgb(118,19,255); }
td.TdClassName
{
border-color: #7613FF;
}
.TagClassName
{
border-color: #7613FF;
}
</style>