Shades of Electric Indigo #7D0AED
Tints of Electric Indigo #7D0AED
RGB
CMYK
RGB Variations
Color information
#7D0AED (or 0x7D0AED) is known color: Electric Indigo. HEX triplet: 7D, 0A and ED. RGB value is (125,10,237). Sum of RGB (Red+Green+Blue) = 125+10+237=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D0AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0AED is #82F512. Grayscale: #454545. Windows color (decimal): -8582419 or 15534717. OLE color: 15534717.
HSL color Cylindrical-coordinate representation of color #7D0AED: hue angle of 270.4º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0AED is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 10 | 237 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.07 |
| HSL | 270.4º | 0.92% | 0.48% | - |
| HSV(B) | 270.4º | 0.96% | 0.93% | - |
| XYZ | 23.85 | 10.69 | 80.93 | - |
| YUV | 70.26 | 222.1 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 237 | 0.47 | 0.96 | 0 | 0.07 | 270.4 | 0.92 | 0.48 |
| Hex | 7D | A | ED | 2F | 60 | 0 | 7 | 10E | 5C | 30 |
| Octal | 175 | 12 | 355 | 57 | 140 | 0 | 7 | 416 | 134 | 60 |
| Binary | 1111101 | 1010 | 11101101 | 101111 | 1100000 | 0 | 111 | 100001110 | 1011100 | 110000 |
Color Harmonies of #7D0AED
Complementary color
Monochromatic Colors of #7D0AED
Black with #7D0AED
Text Example
Text Example
White with #7D0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AED; }
p { color: rgb(125,10,237); }
H1.HeaderClassName
{
color: #7D0AED;
}
.AnyTagClassName
{
color: #7D0AED;
}
</style>
background-color css
<style>
a { background-color: #7D0AED; }
a { background-color: rgb(125,10,237); }
div.DivClassName
{
background-color: #7D0AED;
}
.BgClassName
{
background-color: #7D0AED;
}
</style>
border-color css
<style>
span { border-color: #7D0AED; }
span { border-color: rgb(125,10,237); }
td.TdClassName
{
border-color: #7D0AED;
}
.TagClassName
{
border-color: #7D0AED;
}
</style>