Shades of Electric Indigo #7A0CFE
Tints of Electric Indigo #7A0CFE
RGB
CMYK
RGB Variations
Color information
#7A0CFE (or 0x7A0CFE) is known color: Electric Indigo. HEX triplet: 7A, 0C and FE. RGB value is (122,12,254). Sum of RGB (Red+Green+Blue) = 122+12+254=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0CFE is #85F301. Grayscale: #474747. Windows color (decimal): -8778498 or 16649338. OLE color: 16649338.
HSL color Cylindrical-coordinate representation of color #7A0CFE: hue angle of 267.27º 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 #7A0CFE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 12 | 254 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.00 |
| HSL | 267.27º | 0.99% | 0.52% | - |
| HSV(B) | 267.27º | 0.95% | 1% | - |
| XYZ | 26.05 | 11.56 | 94.62 | - |
| YUV | 72.48 | 230.44 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 254 | 0.52 | 0.95 | 0 | 0.00 | 267.27 | 0.99 | 0.52 |
| Hex | 7A | C | FE | 34 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 172 | 14 | 376 | 64 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1111010 | 1100 | 11111110 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #7A0CFE
Complementary color
Monochromatic Colors of #7A0CFE
Black with #7A0CFE
Text Example
Text Example
White with #7A0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CFE; }
p { color: rgb(122,12,254); }
H1.HeaderClassName
{
color: #7A0CFE;
}
.AnyTagClassName
{
color: #7A0CFE;
}
</style>
background-color css
<style>
a { background-color: #7A0CFE; }
a { background-color: rgb(122,12,254); }
div.DivClassName
{
background-color: #7A0CFE;
}
.BgClassName
{
background-color: #7A0CFE;
}
</style>
border-color css
<style>
span { border-color: #7A0CFE; }
span { border-color: rgb(122,12,254); }
td.TdClassName
{
border-color: #7A0CFE;
}
.TagClassName
{
border-color: #7A0CFE;
}
</style>