Shades of Electric Indigo #7A19FF
Tints of Electric Indigo #7A19FF
RGB
CMYK
RGB Variations
Color information
#7A19FF (or 0x7A19FF) is known color: Electric Indigo. HEX triplet: 7A, 19 and FF. RGB value is (122,25,255). Sum of RGB (Red+Green+Blue) = 122+25+255=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19FF is #85E600. Grayscale: #4F4F4F. Windows color (decimal): -8775169 or 16718202. OLE color: 16718202.
HSL color Cylindrical-coordinate representation of color #7A19FF: hue angle of 265.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A19FF is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 25 | 255 | - |
| CMYK | 0.52 | 0.90 | 0 | 0 |
| HSL | 265.3º | 1% | 0.55% | - |
| HSV(B) | 265.3º | 0.9% | 1% | - |
| XYZ | 26.42 | 12.05 | 95.54 | - |
| YUV | 80.22 | 226.64 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 255 | 0.52 | 0.90 | 0 | 0 | 265.3 | 1 | 0.55 |
| Hex | 7A | 19 | FF | 34 | 5A | 0 | 0 | 109 | 64 | 37 |
| Octal | 172 | 31 | 377 | 64 | 132 | 0 | 0 | 411 | 144 | 67 |
| Binary | 1111010 | 11001 | 11111111 | 110100 | 1011010 | 0 | 0 | 100001001 | 1100100 | 110111 |
Color Harmonies of #7A19FF
Complementary color
Monochromatic Colors of #7A19FF
Black with #7A19FF
Text Example
Text Example
White with #7A19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19FF; }
p { color: rgb(122,25,255); }
H1.HeaderClassName
{
color: #7A19FF;
}
.AnyTagClassName
{
color: #7A19FF;
}
</style>
background-color css
<style>
a { background-color: #7A19FF; }
a { background-color: rgb(122,25,255); }
div.DivClassName
{
background-color: #7A19FF;
}
.BgClassName
{
background-color: #7A19FF;
}
</style>
border-color css
<style>
span { border-color: #7A19FF; }
span { border-color: rgb(122,25,255); }
td.TdClassName
{
border-color: #7A19FF;
}
.TagClassName
{
border-color: #7A19FF;
}
</style>