Shades of Electric Indigo #7A16F7
Tints of Electric Indigo #7A16F7
RGB
CMYK
RGB Variations
Color information
#7A16F7 (or 0x7A16F7) is known color: Electric Indigo. HEX triplet: 7A, 16 and F7. RGB value is (122,22,247). Sum of RGB (Red+Green+Blue) = 122+22+247=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A16F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16F7 is #85E908. Grayscale: #4C4C4C. Windows color (decimal): -8775945 or 16193146. OLE color: 16193146.
HSL color Cylindrical-coordinate representation of color #7A16F7: hue angle of 266.67º degrees, saturation: 0.93, 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 #7A16F7 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 22 | 247 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.03 |
| HSL | 266.67º | 0.93% | 0.53% | - |
| HSV(B) | 266.67º | 0.91% | 0.97% | - |
| XYZ | 25.1 | 11.43 | 88.88 | - |
| YUV | 77.55 | 223.63 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 247 | 0.51 | 0.91 | 0 | 0.03 | 266.67 | 0.93 | 0.53 |
| Hex | 7A | 16 | F7 | 33 | 5B | 0 | 3 | 10B | 5D | 35 |
| Octal | 172 | 26 | 367 | 63 | 133 | 0 | 3 | 413 | 135 | 65 |
| Binary | 1111010 | 10110 | 11110111 | 110011 | 1011011 | 0 | 11 | 100001011 | 1011101 | 110101 |
Color Harmonies of #7A16F7
Complementary color
Monochromatic Colors of #7A16F7
Black with #7A16F7
Text Example
Text Example
White with #7A16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16F7; }
p { color: rgb(122,22,247); }
H1.HeaderClassName
{
color: #7A16F7;
}
.AnyTagClassName
{
color: #7A16F7;
}
</style>
background-color css
<style>
a { background-color: #7A16F7; }
a { background-color: rgb(122,22,247); }
div.DivClassName
{
background-color: #7A16F7;
}
.BgClassName
{
background-color: #7A16F7;
}
</style>
border-color css
<style>
span { border-color: #7A16F7; }
span { border-color: rgb(122,22,247); }
td.TdClassName
{
border-color: #7A16F7;
}
.TagClassName
{
border-color: #7A16F7;
}
</style>