Shades of Electric Indigo #7A10FD
Tints of Electric Indigo #7A10FD
RGB
CMYK
RGB Variations
Color information
#7A10FD (or 0x7A10FD) is known color: Electric Indigo. HEX triplet: 7A, 10 and FD. RGB value is (122,16,253). Sum of RGB (Red+Green+Blue) = 122+16+253=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A10FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A10FD is #85EF02. Grayscale: #494949. Windows color (decimal): -8777475 or 16584826. OLE color: 16584826.
HSL color Cylindrical-coordinate representation of color #7A10FD: hue angle of 266.84º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A10FD is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 16 | 253 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.01 |
| HSL | 266.84º | 0.98% | 0.53% | - |
| HSV(B) | 266.84º | 0.94% | 0.99% | - |
| XYZ | 25.94 | 11.6 | 93.8 | - |
| YUV | 74.71 | 228.62 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 253 | 0.52 | 0.94 | 0 | 0.01 | 266.84 | 0.98 | 0.53 |
| Hex | 7A | 10 | FD | 34 | 5E | 0 | 1 | 10B | 62 | 35 |
| Octal | 172 | 20 | 375 | 64 | 136 | 0 | 1 | 413 | 142 | 65 |
| Binary | 1111010 | 10000 | 11111101 | 110100 | 1011110 | 0 | 1 | 100001011 | 1100010 | 110101 |
Color Harmonies of #7A10FD
Complementary color
Monochromatic Colors of #7A10FD
Black with #7A10FD
Text Example
Text Example
White with #7A10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10FD; }
p { color: rgb(122,16,253); }
H1.HeaderClassName
{
color: #7A10FD;
}
.AnyTagClassName
{
color: #7A10FD;
}
</style>
background-color css
<style>
a { background-color: #7A10FD; }
a { background-color: rgb(122,16,253); }
div.DivClassName
{
background-color: #7A10FD;
}
.BgClassName
{
background-color: #7A10FD;
}
</style>
border-color css
<style>
span { border-color: #7A10FD; }
span { border-color: rgb(122,16,253); }
td.TdClassName
{
border-color: #7A10FD;
}
.TagClassName
{
border-color: #7A10FD;
}
</style>