Shades of Electric Indigo #790CF6
Tints of Electric Indigo #790CF6
RGB
CMYK
RGB Variations
Color information
#790CF6 (or 0x790CF6) is known color: Electric Indigo. HEX triplet: 79, 0C and F6. RGB value is (121,12,246). Sum of RGB (Red+Green+Blue) = 121+12+246=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #790CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CF6 is #86F309. Grayscale: #464646. Windows color (decimal): -8844042 or 16125049. OLE color: 16125049.
HSL color Cylindrical-coordinate representation of color #790CF6: hue angle of 267.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790CF6 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 12 | 246 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.04 |
| HSL | 267.95º | 0.93% | 0.51% | - |
| HSV(B) | 267.95º | 0.95% | 0.96% | - |
| XYZ | 24.65 | 10.98 | 88.01 | - |
| YUV | 71.27 | 226.61 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 246 | 0.51 | 0.95 | 0 | 0.04 | 267.95 | 0.93 | 0.51 |
| Hex | 79 | C | F6 | 33 | 5F | 0 | 4 | 10C | 5D | 33 |
| Octal | 171 | 14 | 366 | 63 | 137 | 0 | 4 | 414 | 135 | 63 |
| Binary | 1111001 | 1100 | 11110110 | 110011 | 1011111 | 0 | 100 | 100001100 | 1011101 | 110011 |
Color Harmonies of #790CF6
Complementary color
Monochromatic Colors of #790CF6
Black with #790CF6
Text Example
Text Example
White with #790CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CF6; }
p { color: rgb(121,12,246); }
H1.HeaderClassName
{
color: #790CF6;
}
.AnyTagClassName
{
color: #790CF6;
}
</style>
background-color css
<style>
a { background-color: #790CF6; }
a { background-color: rgb(121,12,246); }
div.DivClassName
{
background-color: #790CF6;
}
.BgClassName
{
background-color: #790CF6;
}
</style>
border-color css
<style>
span { border-color: #790CF6; }
span { border-color: rgb(121,12,246); }
td.TdClassName
{
border-color: #790CF6;
}
.TagClassName
{
border-color: #790CF6;
}
</style>