Shades of Electric Indigo #7D16FD
Tints of Electric Indigo #7D16FD
RGB
CMYK
RGB Variations
Color information
#7D16FD (or 0x7D16FD) is known color: Electric Indigo. HEX triplet: 7D, 16 and FD. RGB value is (125,22,253). Sum of RGB (Red+Green+Blue) = 125+22+253=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D16FD is #82E902. Grayscale: #4E4E4E. Windows color (decimal): -8579331 or 16586365. OLE color: 16586365.
HSL color Cylindrical-coordinate representation of color #7D16FD: hue angle of 266.75º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D16FD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 22 | 253 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.01 |
| HSL | 266.75º | 0.98% | 0.54% | - |
| HSV(B) | 266.75º | 0.91% | 0.99% | - |
| XYZ | 26.47 | 12.03 | 93.85 | - |
| YUV | 79.13 | 226.12 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 253 | 0.51 | 0.91 | 0 | 0.01 | 266.75 | 0.98 | 0.54 |
| Hex | 7D | 16 | FD | 33 | 5B | 0 | 1 | 10B | 62 | 36 |
| Octal | 175 | 26 | 375 | 63 | 133 | 0 | 1 | 413 | 142 | 66 |
| Binary | 1111101 | 10110 | 11111101 | 110011 | 1011011 | 0 | 1 | 100001011 | 1100010 | 110110 |
Color Harmonies of #7D16FD
Complementary color
Monochromatic Colors of #7D16FD
Black with #7D16FD
Text Example
Text Example
White with #7D16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D16FD; }
p { color: rgb(125,22,253); }
H1.HeaderClassName
{
color: #7D16FD;
}
.AnyTagClassName
{
color: #7D16FD;
}
</style>
background-color css
<style>
a { background-color: #7D16FD; }
a { background-color: rgb(125,22,253); }
div.DivClassName
{
background-color: #7D16FD;
}
.BgClassName
{
background-color: #7D16FD;
}
</style>
border-color css
<style>
span { border-color: #7D16FD; }
span { border-color: rgb(125,22,253); }
td.TdClassName
{
border-color: #7D16FD;
}
.TagClassName
{
border-color: #7D16FD;
}
</style>