Shades of Electric Indigo #7C13FF
Tints of Electric Indigo #7C13FF
RGB
CMYK
RGB Variations
Color information
#7C13FF (or 0x7C13FF) is known color: Electric Indigo. HEX triplet: 7C, 13 and FF. RGB value is (124,19,255). Sum of RGB (Red+Green+Blue) = 124+19+255=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C13FF is #83EC00. Grayscale: #4C4C4C. Windows color (decimal): -8645633 or 16716668. OLE color: 16716668.
HSL color Cylindrical-coordinate representation of color #7C13FF: hue angle of 266.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C13FF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 19 | 255 | - |
| CMYK | 0.51 | 0.93 | 0 | 0 |
| HSL | 266.69º | 1% | 0.54% | - |
| HSV(B) | 266.69º | 0.93% | 1% | - |
| XYZ | 26.6 | 11.97 | 95.52 | - |
| YUV | 77.3 | 228.29 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 255 | 0.51 | 0.93 | 0 | 0 | 266.69 | 1 | 0.54 |
| Hex | 7C | 13 | FF | 33 | 5D | 0 | 0 | 10B | 64 | 36 |
| Octal | 174 | 23 | 377 | 63 | 135 | 0 | 0 | 413 | 144 | 66 |
| Binary | 1111100 | 10011 | 11111111 | 110011 | 1011101 | 0 | 0 | 100001011 | 1100100 | 110110 |
Color Harmonies of #7C13FF
Complementary color
Monochromatic Colors of #7C13FF
Black with #7C13FF
Text Example
Text Example
White with #7C13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C13FF; }
p { color: rgb(124,19,255); }
H1.HeaderClassName
{
color: #7C13FF;
}
.AnyTagClassName
{
color: #7C13FF;
}
</style>
background-color css
<style>
a { background-color: #7C13FF; }
a { background-color: rgb(124,19,255); }
div.DivClassName
{
background-color: #7C13FF;
}
.BgClassName
{
background-color: #7C13FF;
}
</style>
border-color css
<style>
span { border-color: #7C13FF; }
span { border-color: rgb(124,19,255); }
td.TdClassName
{
border-color: #7C13FF;
}
.TagClassName
{
border-color: #7C13FF;
}
</style>