Shades of Electric Indigo #7D0CFE
Tints of Electric Indigo #7D0CFE
RGB
CMYK
RGB Variations
Color information
#7D0CFE (or 0x7D0CFE) is known color: Electric Indigo. HEX triplet: 7D, 0C and FE. RGB value is (125,12,254). Sum of RGB (Red+Green+Blue) = 125+12+254=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CFE is #82F301. Grayscale: #484848. Windows color (decimal): -8581890 or 16649341. OLE color: 16649341.
HSL color Cylindrical-coordinate representation of color #7D0CFE: hue angle of 268.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0CFE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 12 | 254 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.00 |
| HSL | 268.02º | 0.99% | 0.52% | - |
| HSV(B) | 268.02º | 0.95% | 1% | - |
| XYZ | 26.48 | 11.78 | 94.64 | - |
| YUV | 73.38 | 229.94 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 254 | 0.51 | 0.95 | 0 | 0.00 | 268.02 | 0.99 | 0.52 |
| Hex | 7D | C | FE | 33 | 5F | 0 | 0 | 10C | 63 | 34 |
| Octal | 175 | 14 | 376 | 63 | 137 | 0 | 0 | 414 | 143 | 64 |
| Binary | 1111101 | 1100 | 11111110 | 110011 | 1011111 | 0 | 0 | 100001100 | 1100011 | 110100 |
Color Harmonies of #7D0CFE
Complementary color
Monochromatic Colors of #7D0CFE
Black with #7D0CFE
Text Example
Text Example
White with #7D0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CFE; }
p { color: rgb(125,12,254); }
H1.HeaderClassName
{
color: #7D0CFE;
}
.AnyTagClassName
{
color: #7D0CFE;
}
</style>
background-color css
<style>
a { background-color: #7D0CFE; }
a { background-color: rgb(125,12,254); }
div.DivClassName
{
background-color: #7D0CFE;
}
.BgClassName
{
background-color: #7D0CFE;
}
</style>
border-color css
<style>
span { border-color: #7D0CFE; }
span { border-color: rgb(125,12,254); }
td.TdClassName
{
border-color: #7D0CFE;
}
.TagClassName
{
border-color: #7D0CFE;
}
</style>