Shades of Electric Indigo #7A00F7
Tints of Electric Indigo #7A00F7
RGB
CMYK
RGB Variations
Color information
#7A00F7 (or 0x7A00F7) is known color: Electric Indigo. HEX triplet: 7A, 00 and F7. RGB value is (122,0,247). Sum of RGB (Red+Green+Blue) = 122+0+247=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A00F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00F7 is #85FF08. Grayscale: #3F3F3F. Windows color (decimal): -8781577 or 16187514. OLE color: 16187514.
HSL color Cylindrical-coordinate representation of color #7A00F7: hue angle of 269.64º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00F7 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 0 | 247 | - |
| CMYK | 0.51 | 1 | 0 | 0.03 |
| HSL | 269.64º | 1% | 0.48% | - |
| HSV(B) | 269.64º | 1% | 0.97% | - |
| XYZ | 24.81 | 10.85 | 88.78 | - |
| YUV | 64.64 | 230.92 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 247 | 0.51 | 1 | 0 | 0.03 | 269.64 | 1 | 0.48 |
| Hex | 7A | 0 | F7 | 33 | 64 | 0 | 3 | 10E | 64 | 30 |
| Octal | 172 | 0 | 367 | 63 | 144 | 0 | 3 | 416 | 144 | 60 |
| Binary | 1111010 | 0 | 11110111 | 110011 | 1100100 | 0 | 11 | 100001110 | 1100100 | 110000 |
Color Harmonies of #7A00F7
Complementary color
Monochromatic Colors of #7A00F7
Black with #7A00F7
Text Example
Text Example
White with #7A00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00F7; }
p { color: rgb(122,0,247); }
H1.HeaderClassName
{
color: #7A00F7;
}
.AnyTagClassName
{
color: #7A00F7;
}
</style>
background-color css
<style>
a { background-color: #7A00F7; }
a { background-color: rgb(122,0,247); }
div.DivClassName
{
background-color: #7A00F7;
}
.BgClassName
{
background-color: #7A00F7;
}
</style>
border-color css
<style>
span { border-color: #7A00F7; }
span { border-color: rgb(122,0,247); }
td.TdClassName
{
border-color: #7A00F7;
}
.TagClassName
{
border-color: #7A00F7;
}
</style>