Shades of Electric Indigo #7D0FFD
Tints of Electric Indigo #7D0FFD
RGB
CMYK
RGB Variations
Color information
#7D0FFD (or 0x7D0FFD) is known color: Electric Indigo. HEX triplet: 7D, 0F and FD. RGB value is (125,15,253). Sum of RGB (Red+Green+Blue) = 125+15+253=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D0FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0FFD is #82F002. Grayscale: #4A4A4A. Windows color (decimal): -8581123 or 16584573. OLE color: 16584573.
HSL color Cylindrical-coordinate representation of color #7D0FFD: hue angle of 267.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0FFD is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 15 | 253 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.01 |
| HSL | 267.73º | 0.98% | 0.53% | - |
| HSV(B) | 267.73º | 0.94% | 0.99% | - |
| XYZ | 26.36 | 11.79 | 93.82 | - |
| YUV | 75.02 | 228.44 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 253 | 0.51 | 0.94 | 0 | 0.01 | 267.73 | 0.98 | 0.53 |
| Hex | 7D | F | FD | 33 | 5E | 0 | 1 | 10C | 62 | 35 |
| Octal | 175 | 17 | 375 | 63 | 136 | 0 | 1 | 414 | 142 | 65 |
| Binary | 1111101 | 1111 | 11111101 | 110011 | 1011110 | 0 | 1 | 100001100 | 1100010 | 110101 |
Color Harmonies of #7D0FFD
Complementary color
Monochromatic Colors of #7D0FFD
Black with #7D0FFD
Text Example
Text Example
White with #7D0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0FFD; }
p { color: rgb(125,15,253); }
H1.HeaderClassName
{
color: #7D0FFD;
}
.AnyTagClassName
{
color: #7D0FFD;
}
</style>
background-color css
<style>
a { background-color: #7D0FFD; }
a { background-color: rgb(125,15,253); }
div.DivClassName
{
background-color: #7D0FFD;
}
.BgClassName
{
background-color: #7D0FFD;
}
</style>
border-color css
<style>
span { border-color: #7D0FFD; }
span { border-color: rgb(125,15,253); }
td.TdClassName
{
border-color: #7D0FFD;
}
.TagClassName
{
border-color: #7D0FFD;
}
</style>