Shades of Electric Indigo #790AF6
Tints of Electric Indigo #790AF6
RGB
CMYK
RGB Variations
Color information
#790AF6 (or 0x790AF6) is known color: Electric Indigo. HEX triplet: 79, 0A and F6. RGB value is (121,10,246). Sum of RGB (Red+Green+Blue) = 121+10+246=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #790AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AF6 is #86F509. Grayscale: #454545. Windows color (decimal): -8844554 or 16124537. OLE color: 16124537.
HSL color Cylindrical-coordinate representation of color #790AF6: hue angle of 268.22º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AF6 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 10 | 246 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.04 |
| HSL | 268.22º | 0.93% | 0.5% | - |
| HSV(B) | 268.22º | 0.96% | 0.96% | - |
| XYZ | 24.63 | 10.94 | 88 | - |
| YUV | 70.09 | 227.27 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 246 | 0.51 | 0.96 | 0 | 0.04 | 268.22 | 0.93 | 0.5 |
| Hex | 79 | A | F6 | 33 | 60 | 0 | 4 | 10C | 5D | 32 |
| Octal | 171 | 12 | 366 | 63 | 140 | 0 | 4 | 414 | 135 | 62 |
| Binary | 1111001 | 1010 | 11110110 | 110011 | 1100000 | 0 | 100 | 100001100 | 1011101 | 110010 |
Color Harmonies of #790AF6
Complementary color
Monochromatic Colors of #790AF6
Black with #790AF6
Text Example
Text Example
White with #790AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790AF6; }
p { color: rgb(121,10,246); }
H1.HeaderClassName
{
color: #790AF6;
}
.AnyTagClassName
{
color: #790AF6;
}
</style>
background-color css
<style>
a { background-color: #790AF6; }
a { background-color: rgb(121,10,246); }
div.DivClassName
{
background-color: #790AF6;
}
.BgClassName
{
background-color: #790AF6;
}
</style>
border-color css
<style>
span { border-color: #790AF6; }
span { border-color: rgb(121,10,246); }
td.TdClassName
{
border-color: #790AF6;
}
.TagClassName
{
border-color: #790AF6;
}
</style>