Shades of Electric Indigo #7D10FC
Tints of Electric Indigo #7D10FC
RGB
CMYK
RGB Variations
Color information
#7D10FC (or 0x7D10FC) is known color: Electric Indigo. HEX triplet: 7D, 10 and FC. RGB value is (125,16,252). Sum of RGB (Red+Green+Blue) = 125+16+252=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D10FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D10FC is #82EF03. Grayscale: #4A4A4A. Windows color (decimal): -8580868 or 16519293. OLE color: 16519293.
HSL color Cylindrical-coordinate representation of color #7D10FC: hue angle of 267.71º 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 #7D10FC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 16 | 252 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.01 |
| HSL | 267.71º | 0.98% | 0.53% | - |
| HSV(B) | 267.71º | 0.94% | 0.99% | - |
| XYZ | 26.21 | 11.76 | 92.98 | - |
| YUV | 75.5 | 227.61 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 252 | 0.50 | 0.94 | 0 | 0.01 | 267.71 | 0.98 | 0.53 |
| Hex | 7D | 10 | FC | 32 | 5E | 0 | 1 | 10C | 62 | 35 |
| Octal | 175 | 20 | 374 | 62 | 136 | 0 | 1 | 414 | 142 | 65 |
| Binary | 1111101 | 10000 | 11111100 | 110010 | 1011110 | 0 | 1 | 100001100 | 1100010 | 110101 |
Color Harmonies of #7D10FC
Complementary color
Monochromatic Colors of #7D10FC
Black with #7D10FC
Text Example
Text Example
White with #7D10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10FC; }
p { color: rgb(125,16,252); }
H1.HeaderClassName
{
color: #7D10FC;
}
.AnyTagClassName
{
color: #7D10FC;
}
</style>
background-color css
<style>
a { background-color: #7D10FC; }
a { background-color: rgb(125,16,252); }
div.DivClassName
{
background-color: #7D10FC;
}
.BgClassName
{
background-color: #7D10FC;
}
</style>
border-color css
<style>
span { border-color: #7D10FC; }
span { border-color: rgb(125,16,252); }
td.TdClassName
{
border-color: #7D10FC;
}
.TagClassName
{
border-color: #7D10FC;
}
</style>