Shades of Electric Indigo #7A10FE
Tints of Electric Indigo #7A10FE
RGB
CMYK
RGB Variations
Color information
#7A10FE (or 0x7A10FE) is known color: Electric Indigo. HEX triplet: 7A, 10 and FE. RGB value is (122,16,254). Sum of RGB (Red+Green+Blue) = 122+16+254=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A10FE is #85EF01. Grayscale: #494949. Windows color (decimal): -8777474 or 16650362. OLE color: 16650362.
HSL color Cylindrical-coordinate representation of color #7A10FE: hue angle of 266.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A10FE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 16 | 254 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.00 |
| HSL | 266.72º | 0.99% | 0.53% | - |
| HSV(B) | 266.72º | 0.94% | 1% | - |
| XYZ | 26.1 | 11.66 | 94.64 | - |
| YUV | 74.83 | 229.12 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 254 | 0.52 | 0.94 | 0 | 0.00 | 266.72 | 0.99 | 0.53 |
| Hex | 7A | 10 | FE | 34 | 5E | 0 | 0 | 10B | 63 | 35 |
| Octal | 172 | 20 | 376 | 64 | 136 | 0 | 0 | 413 | 143 | 65 |
| Binary | 1111010 | 10000 | 11111110 | 110100 | 1011110 | 0 | 0 | 100001011 | 1100011 | 110101 |
Color Harmonies of #7A10FE
Complementary color
Monochromatic Colors of #7A10FE
Black with #7A10FE
Text Example
Text Example
White with #7A10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10FE; }
p { color: rgb(122,16,254); }
H1.HeaderClassName
{
color: #7A10FE;
}
.AnyTagClassName
{
color: #7A10FE;
}
</style>
background-color css
<style>
a { background-color: #7A10FE; }
a { background-color: rgb(122,16,254); }
div.DivClassName
{
background-color: #7A10FE;
}
.BgClassName
{
background-color: #7A10FE;
}
</style>
border-color css
<style>
span { border-color: #7A10FE; }
span { border-color: rgb(122,16,254); }
td.TdClassName
{
border-color: #7A10FE;
}
.TagClassName
{
border-color: #7A10FE;
}
</style>