Shades of Electric Indigo #7619F7
Tints of Electric Indigo #7619F7
RGB
CMYK
RGB Variations
Color information
#7619F7 (or 0x7619F7) is known color: Electric Indigo. HEX triplet: 76, 19 and F7. RGB value is (118,25,247). Sum of RGB (Red+Green+Blue) = 118+25+247=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #7619F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7619F7 is #89E608. Grayscale: #4D4D4D. Windows color (decimal): -9037321 or 16193910. OLE color: 16193910.
HSL color Cylindrical-coordinate representation of color #7619F7: hue angle of 265.14º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7619F7 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 25 | 247 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.03 |
| HSL | 265.14º | 0.93% | 0.53% | - |
| HSV(B) | 265.14º | 0.9% | 0.97% | - |
| XYZ | 24.61 | 11.26 | 88.87 | - |
| YUV | 78.12 | 223.31 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 247 | 0.52 | 0.90 | 0 | 0.03 | 265.14 | 0.93 | 0.53 |
| Hex | 76 | 19 | F7 | 34 | 5A | 0 | 3 | 109 | 5D | 35 |
| Octal | 166 | 31 | 367 | 64 | 132 | 0 | 3 | 411 | 135 | 65 |
| Binary | 1110110 | 11001 | 11110111 | 110100 | 1011010 | 0 | 11 | 100001001 | 1011101 | 110101 |
Color Harmonies of #7619F7
Complementary color
Monochromatic Colors of #7619F7
Black with #7619F7
Text Example
Text Example
White with #7619F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7619F7; }
p { color: rgb(118,25,247); }
H1.HeaderClassName
{
color: #7619F7;
}
.AnyTagClassName
{
color: #7619F7;
}
</style>
background-color css
<style>
a { background-color: #7619F7; }
a { background-color: rgb(118,25,247); }
div.DivClassName
{
background-color: #7619F7;
}
.BgClassName
{
background-color: #7619F7;
}
</style>
border-color css
<style>
span { border-color: #7619F7; }
span { border-color: rgb(118,25,247); }
td.TdClassName
{
border-color: #7619F7;
}
.TagClassName
{
border-color: #7619F7;
}
</style>