Shades of Electric Indigo #7A07FF
Tints of Electric Indigo #7A07FF
RGB
CMYK
RGB Variations
Color information
#7A07FF (or 0x7A07FF) is known color: Electric Indigo. HEX triplet: 7A, 07 and FF. RGB value is (122,7,255). Sum of RGB (Red+Green+Blue) = 122+7+255=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A07FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A07FF is #85F800. Grayscale: #444444. Windows color (decimal): -8779777 or 16713594. OLE color: 16713594.
HSL color Cylindrical-coordinate representation of color #7A07FF: hue angle of 267.82º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07FF is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 7 | 255 | - |
| CMYK | 0.52 | 0.97 | 0 | 0 |
| HSL | 267.82º | 1% | 0.51% | - |
| HSV(B) | 267.82º | 0.97% | 1% | - |
| XYZ | 26.15 | 11.51 | 95.45 | - |
| YUV | 69.66 | 232.6 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 255 | 0.52 | 0.97 | 0 | 0 | 267.82 | 1 | 0.51 |
| Hex | 7A | 7 | FF | 34 | 61 | 0 | 0 | 10C | 64 | 33 |
| Octal | 172 | 7 | 377 | 64 | 141 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111010 | 111 | 11111111 | 110100 | 1100001 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7A07FF
Complementary color
Monochromatic Colors of #7A07FF
Black with #7A07FF
Text Example
Text Example
White with #7A07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07FF; }
p { color: rgb(122,7,255); }
H1.HeaderClassName
{
color: #7A07FF;
}
.AnyTagClassName
{
color: #7A07FF;
}
</style>
background-color css
<style>
a { background-color: #7A07FF; }
a { background-color: rgb(122,7,255); }
div.DivClassName
{
background-color: #7A07FF;
}
.BgClassName
{
background-color: #7A07FF;
}
</style>
border-color css
<style>
span { border-color: #7A07FF; }
span { border-color: rgb(122,7,255); }
td.TdClassName
{
border-color: #7A07FF;
}
.TagClassName
{
border-color: #7A07FF;
}
</style>