Shades of Electric Indigo #7613F4
Tints of Electric Indigo #7613F4
RGB
CMYK
RGB Variations
Color information
#7613F4 (or 0x7613F4) is known color: Electric Indigo. HEX triplet: 76, 13 and F4. RGB value is (118,19,244). Sum of RGB (Red+Green+Blue) = 118+19+244=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 244 (95.70% from 255 or 64.04% from 381); Max value from RGB is 244 - color contains mainly: blue. Hex color #7613F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7613F4 is #89EC0B. Grayscale: #494949. Windows color (decimal): -9038860 or 15995766. OLE color: 15995766.
HSL color Cylindrical-coordinate representation of color #7613F4: hue angle of 266.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7613F4 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 19 | 244 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.04 |
| HSL | 266.4º | 0.91% | 0.52% | - |
| HSV(B) | 266.4º | 0.92% | 0.96% | - |
| XYZ | 24.03 | 10.85 | 86.42 | - |
| YUV | 74.25 | 223.8 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 244 | 0.52 | 0.92 | 0 | 0.04 | 266.4 | 0.91 | 0.52 |
| Hex | 76 | 13 | F4 | 34 | 5C | 0 | 4 | 10A | 5B | 34 |
| Octal | 166 | 23 | 364 | 64 | 134 | 0 | 4 | 412 | 133 | 64 |
| Binary | 1110110 | 10011 | 11110100 | 110100 | 1011100 | 0 | 100 | 100001010 | 1011011 | 110100 |
Color Harmonies of #7613F4
Complementary color
Monochromatic Colors of #7613F4
Black with #7613F4
Text Example
Text Example
White with #7613F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613F4; }
p { color: rgb(118,19,244); }
H1.HeaderClassName
{
color: #7613F4;
}
.AnyTagClassName
{
color: #7613F4;
}
</style>
background-color css
<style>
a { background-color: #7613F4; }
a { background-color: rgb(118,19,244); }
div.DivClassName
{
background-color: #7613F4;
}
.BgClassName
{
background-color: #7613F4;
}
</style>
border-color css
<style>
span { border-color: #7613F4; }
span { border-color: rgb(118,19,244); }
td.TdClassName
{
border-color: #7613F4;
}
.TagClassName
{
border-color: #7613F4;
}
</style>