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