Shades of Electric Indigo #7612FF
Tints of Electric Indigo #7612FF
RGB
CMYK
RGB Variations
Color information
#7612FF (or 0x7612FF) is known color: Electric Indigo. HEX triplet: 76, 12 and FF. RGB value is (118,18,255). Sum of RGB (Red+Green+Blue) = 118+18+255=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7612FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7612FF is #89ED00. Grayscale: #4A4A4A. Windows color (decimal): -9039105 or 16716406. OLE color: 16716406.
HSL color Cylindrical-coordinate representation of color #7612FF: hue angle of 265.32º 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 #7612FF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 18 | 255 | - |
| CMYK | 0.54 | 0.93 | 0 | 0 |
| HSL | 265.32º | 1% | 0.54% | - |
| HSV(B) | 265.32º | 0.93% | 1% | - |
| XYZ | 25.74 | 11.5 | 95.47 | - |
| YUV | 74.92 | 229.63 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 255 | 0.54 | 0.93 | 0 | 0 | 265.32 | 1 | 0.54 |
| Hex | 76 | 12 | FF | 36 | 5D | 0 | 0 | 109 | 64 | 36 |
| Octal | 166 | 22 | 377 | 66 | 135 | 0 | 0 | 411 | 144 | 66 |
| Binary | 1110110 | 10010 | 11111111 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100100 | 110110 |
Color Harmonies of #7612FF
Complementary color
Monochromatic Colors of #7612FF
Black with #7612FF
Text Example
Text Example
White with #7612FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612FF; }
p { color: rgb(118,18,255); }
H1.HeaderClassName
{
color: #7612FF;
}
.AnyTagClassName
{
color: #7612FF;
}
</style>
background-color css
<style>
a { background-color: #7612FF; }
a { background-color: rgb(118,18,255); }
div.DivClassName
{
background-color: #7612FF;
}
.BgClassName
{
background-color: #7612FF;
}
</style>
border-color css
<style>
span { border-color: #7612FF; }
span { border-color: rgb(118,18,255); }
td.TdClassName
{
border-color: #7612FF;
}
.TagClassName
{
border-color: #7612FF;
}
</style>