Shades of Electric Indigo #7A07EE
Tints of Electric Indigo #7A07EE
RGB
CMYK
RGB Variations
Color information
#7A07EE (or 0x7A07EE) is known color: Electric Indigo. HEX triplet: 7A, 07 and EE. RGB value is (122,7,238). Sum of RGB (Red+Green+Blue) = 122+7+238=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A07EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A07EE is #85F811. Grayscale: #424242. Windows color (decimal): -8779794 or 15599482. OLE color: 15599482.
HSL color Cylindrical-coordinate representation of color #7A07EE: hue angle of 269.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07EE is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 7 | 238 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.07 |
| HSL | 269.87º | 0.94% | 0.48% | - |
| HSV(B) | 269.87º | 0.97% | 0.93% | - |
| XYZ | 23.53 | 10.46 | 81.67 | - |
| YUV | 67.72 | 224.1 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 238 | 0.49 | 0.97 | 0 | 0.07 | 269.87 | 0.94 | 0.48 |
| Hex | 7A | 7 | EE | 31 | 61 | 0 | 7 | 10E | 5E | 30 |
| Octal | 172 | 7 | 356 | 61 | 141 | 0 | 7 | 416 | 136 | 60 |
| Binary | 1111010 | 111 | 11101110 | 110001 | 1100001 | 0 | 111 | 100001110 | 1011110 | 110000 |
Color Harmonies of #7A07EE
Complementary color
Monochromatic Colors of #7A07EE
Black with #7A07EE
Text Example
Text Example
White with #7A07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07EE; }
p { color: rgb(122,7,238); }
H1.HeaderClassName
{
color: #7A07EE;
}
.AnyTagClassName
{
color: #7A07EE;
}
</style>
background-color css
<style>
a { background-color: #7A07EE; }
a { background-color: rgb(122,7,238); }
div.DivClassName
{
background-color: #7A07EE;
}
.BgClassName
{
background-color: #7A07EE;
}
</style>
border-color css
<style>
span { border-color: #7A07EE; }
span { border-color: rgb(122,7,238); }
td.TdClassName
{
border-color: #7A07EE;
}
.TagClassName
{
border-color: #7A07EE;
}
</style>