Shades of Electric Indigo #7A07FC
Tints of Electric Indigo #7A07FC
RGB
CMYK
RGB Variations
Color information
#7A07FC (or 0x7A07FC) is known color: Electric Indigo. HEX triplet: 7A, 07 and FC. RGB value is (122,7,252). Sum of RGB (Red+Green+Blue) = 122+7+252=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A07FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A07FC is #85F803. Grayscale: #444444. Windows color (decimal): -8779780 or 16516986. OLE color: 16516986.
HSL color Cylindrical-coordinate representation of color #7A07FC: hue angle of 268.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07FC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 7 | 252 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.01 |
| HSL | 268.16º | 0.98% | 0.51% | - |
| HSV(B) | 268.16º | 0.97% | 0.99% | - |
| XYZ | 25.67 | 11.32 | 92.93 | - |
| YUV | 69.32 | 231.1 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 252 | 0.52 | 0.97 | 0 | 0.01 | 268.16 | 0.98 | 0.51 |
| Hex | 7A | 7 | FC | 34 | 61 | 0 | 1 | 10C | 62 | 33 |
| Octal | 172 | 7 | 374 | 64 | 141 | 0 | 1 | 414 | 142 | 63 |
| Binary | 1111010 | 111 | 11111100 | 110100 | 1100001 | 0 | 1 | 100001100 | 1100010 | 110011 |
Color Harmonies of #7A07FC
Complementary color
Monochromatic Colors of #7A07FC
Black with #7A07FC
Text Example
Text Example
White with #7A07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07FC; }
p { color: rgb(122,7,252); }
H1.HeaderClassName
{
color: #7A07FC;
}
.AnyTagClassName
{
color: #7A07FC;
}
</style>
background-color css
<style>
a { background-color: #7A07FC; }
a { background-color: rgb(122,7,252); }
div.DivClassName
{
background-color: #7A07FC;
}
.BgClassName
{
background-color: #7A07FC;
}
</style>
border-color css
<style>
span { border-color: #7A07FC; }
span { border-color: rgb(122,7,252); }
td.TdClassName
{
border-color: #7A07FC;
}
.TagClassName
{
border-color: #7A07FC;
}
</style>