Shades of Electric Indigo #7A0DFE
Tints of Electric Indigo #7A0DFE
RGB
CMYK
RGB Variations
Color information
#7A0DFE (or 0x7A0DFE) is known color: Electric Indigo. HEX triplet: 7A, 0D and FE. RGB value is (122,13,254). Sum of RGB (Red+Green+Blue) = 122+13+254=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0DFE is #85F201. Grayscale: #484848. Windows color (decimal): -8778242 or 16649594. OLE color: 16649594.
HSL color Cylindrical-coordinate representation of color #7A0DFE: hue angle of 267.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0DFE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 13 | 254 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.00 |
| HSL | 267.14º | 0.99% | 0.52% | - |
| HSV(B) | 267.14º | 0.95% | 1% | - |
| XYZ | 26.06 | 11.58 | 94.63 | - |
| YUV | 73.07 | 230.11 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 254 | 0.52 | 0.95 | 0 | 0.00 | 267.14 | 0.99 | 0.52 |
| Hex | 7A | D | FE | 34 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 172 | 15 | 376 | 64 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1111010 | 1101 | 11111110 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #7A0DFE
Complementary color
Monochromatic Colors of #7A0DFE
Black with #7A0DFE
Text Example
Text Example
White with #7A0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DFE; }
p { color: rgb(122,13,254); }
H1.HeaderClassName
{
color: #7A0DFE;
}
.AnyTagClassName
{
color: #7A0DFE;
}
</style>
background-color css
<style>
a { background-color: #7A0DFE; }
a { background-color: rgb(122,13,254); }
div.DivClassName
{
background-color: #7A0DFE;
}
.BgClassName
{
background-color: #7A0DFE;
}
</style>
border-color css
<style>
span { border-color: #7A0DFE; }
span { border-color: rgb(122,13,254); }
td.TdClassName
{
border-color: #7A0DFE;
}
.TagClassName
{
border-color: #7A0DFE;
}
</style>