Shades of Electric Indigo #7A19FD
Tints of Electric Indigo #7A19FD
RGB
CMYK
RGB Variations
Color information
#7A19FD (or 0x7A19FD) is known color: Electric Indigo. HEX triplet: 7A, 19 and FD. RGB value is (122,25,253). Sum of RGB (Red+Green+Blue) = 122+25+253=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A19FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19FD is #85E602. Grayscale: #4F4F4F. Windows color (decimal): -8775171 or 16587130. OLE color: 16587130.
HSL color Cylindrical-coordinate representation of color #7A19FD: hue angle of 265.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A19FD is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 25 | 253 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.01 |
| HSL | 265.53º | 0.98% | 0.55% | - |
| HSV(B) | 265.53º | 0.9% | 0.99% | - |
| XYZ | 26.1 | 11.92 | 93.85 | - |
| YUV | 80 | 225.64 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 253 | 0.52 | 0.90 | 0 | 0.01 | 265.53 | 0.98 | 0.55 |
| Hex | 7A | 19 | FD | 34 | 5A | 0 | 1 | 10A | 62 | 37 |
| Octal | 172 | 31 | 375 | 64 | 132 | 0 | 1 | 412 | 142 | 67 |
| Binary | 1111010 | 11001 | 11111101 | 110100 | 1011010 | 0 | 1 | 100001010 | 1100010 | 110111 |
Color Harmonies of #7A19FD
Complementary color
Monochromatic Colors of #7A19FD
Black with #7A19FD
Text Example
Text Example
White with #7A19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19FD; }
p { color: rgb(122,25,253); }
H1.HeaderClassName
{
color: #7A19FD;
}
.AnyTagClassName
{
color: #7A19FD;
}
</style>
background-color css
<style>
a { background-color: #7A19FD; }
a { background-color: rgb(122,25,253); }
div.DivClassName
{
background-color: #7A19FD;
}
.BgClassName
{
background-color: #7A19FD;
}
</style>
border-color css
<style>
span { border-color: #7A19FD; }
span { border-color: rgb(122,25,253); }
td.TdClassName
{
border-color: #7A19FD;
}
.TagClassName
{
border-color: #7A19FD;
}
</style>