Shades of Electric Indigo #7A16F8
Tints of Electric Indigo #7A16F8
RGB
CMYK
RGB Variations
Color information
#7A16F8 (or 0x7A16F8) is known color: Electric Indigo. HEX triplet: 7A, 16 and F8. RGB value is (122,22,248). Sum of RGB (Red+Green+Blue) = 122+22+248=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #7A16F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16F8 is #85E907. Grayscale: #4C4C4C. Windows color (decimal): -8775944 or 16258682. OLE color: 16258682.
HSL color Cylindrical-coordinate representation of color #7A16F8: hue angle of 266.55º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A16F8 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 22 | 248 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.03 |
| HSL | 266.55º | 0.94% | 0.53% | - |
| HSV(B) | 266.55º | 0.91% | 0.97% | - |
| XYZ | 25.26 | 11.49 | 89.69 | - |
| YUV | 77.66 | 224.13 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 248 | 0.51 | 0.91 | 0 | 0.03 | 266.55 | 0.94 | 0.53 |
| Hex | 7A | 16 | F8 | 33 | 5B | 0 | 3 | 10B | 5E | 35 |
| Octal | 172 | 26 | 370 | 63 | 133 | 0 | 3 | 413 | 136 | 65 |
| Binary | 1111010 | 10110 | 11111000 | 110011 | 1011011 | 0 | 11 | 100001011 | 1011110 | 110101 |
Color Harmonies of #7A16F8
Complementary color
Monochromatic Colors of #7A16F8
Black with #7A16F8
Text Example
Text Example
White with #7A16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16F8; }
p { color: rgb(122,22,248); }
H1.HeaderClassName
{
color: #7A16F8;
}
.AnyTagClassName
{
color: #7A16F8;
}
</style>
background-color css
<style>
a { background-color: #7A16F8; }
a { background-color: rgb(122,22,248); }
div.DivClassName
{
background-color: #7A16F8;
}
.BgClassName
{
background-color: #7A16F8;
}
</style>
border-color css
<style>
span { border-color: #7A16F8; }
span { border-color: rgb(122,22,248); }
td.TdClassName
{
border-color: #7A16F8;
}
.TagClassName
{
border-color: #7A16F8;
}
</style>