Shades of Electric Indigo #7A00FF
Tints of Electric Indigo #7A00FF
RGB
CMYK
RGB Variations
Color information
#7A00FF (or 0x7A00FF) is known color: Electric Indigo. HEX triplet: 7A, 00 and FF. RGB value is (122,0,255). Sum of RGB (Red+Green+Blue) = 122+0+255=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00FF is #85FF00. Grayscale: #404040. Windows color (decimal): -8781569 or 16711802. OLE color: 16711802.
HSL color Cylindrical-coordinate representation of color #7A00FF: hue angle of 268.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00FF is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 0 | 255 | - |
| CMYK | 0.52 | 1 | 0 | 0 |
| HSL | 268.71º | 1% | 0.5% | - |
| HSV(B) | 268.71º | 1% | 1% | - |
| XYZ | 26.08 | 11.36 | 95.43 | - |
| YUV | 65.55 | 234.92 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 255 | 0.52 | 1 | 0 | 0 | 268.71 | 1 | 0.5 |
| Hex | 7A | 0 | FF | 34 | 64 | 0 | 0 | 10D | 64 | 32 |
| Octal | 172 | 0 | 377 | 64 | 144 | 0 | 0 | 415 | 144 | 62 |
| Binary | 1111010 | 0 | 11111111 | 110100 | 1100100 | 0 | 0 | 100001101 | 1100100 | 110010 |
Color Harmonies of #7A00FF
Complementary color
Monochromatic Colors of #7A00FF
Black with #7A00FF
Text Example
Text Example
White with #7A00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00FF; }
p { color: rgb(122,0,255); }
H1.HeaderClassName
{
color: #7A00FF;
}
.AnyTagClassName
{
color: #7A00FF;
}
</style>
background-color css
<style>
a { background-color: #7A00FF; }
a { background-color: rgb(122,0,255); }
div.DivClassName
{
background-color: #7A00FF;
}
.BgClassName
{
background-color: #7A00FF;
}
</style>
border-color css
<style>
span { border-color: #7A00FF; }
span { border-color: rgb(122,0,255); }
td.TdClassName
{
border-color: #7A00FF;
}
.TagClassName
{
border-color: #7A00FF;
}
</style>