Shades of Electric Indigo #7C0FFE
Tints of Electric Indigo #7C0FFE
RGB
CMYK
RGB Variations
Color information
#7C0FFE (or 0x7C0FFE) is known color: Electric Indigo. HEX triplet: 7C, 0F and FE. RGB value is (124,15,254). Sum of RGB (Red+Green+Blue) = 124+15+254=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0FFE is #83F001. Grayscale: #494949. Windows color (decimal): -8646658 or 16650108. OLE color: 16650108.
HSL color Cylindrical-coordinate representation of color #7C0FFE: hue angle of 267.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0FFE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 15 | 254 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.00 |
| HSL | 267.36º | 0.99% | 0.53% | - |
| HSV(B) | 267.36º | 0.94% | 1% | - |
| XYZ | 26.37 | 11.78 | 94.65 | - |
| YUV | 74.84 | 229.11 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 254 | 0.51 | 0.94 | 0 | 0.00 | 267.36 | 0.99 | 0.53 |
| Hex | 7C | F | FE | 33 | 5E | 0 | 0 | 10B | 63 | 35 |
| Octal | 174 | 17 | 376 | 63 | 136 | 0 | 0 | 413 | 143 | 65 |
| Binary | 1111100 | 1111 | 11111110 | 110011 | 1011110 | 0 | 0 | 100001011 | 1100011 | 110101 |
Color Harmonies of #7C0FFE
Complementary color
Monochromatic Colors of #7C0FFE
Black with #7C0FFE
Text Example
Text Example
White with #7C0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0FFE; }
p { color: rgb(124,15,254); }
H1.HeaderClassName
{
color: #7C0FFE;
}
.AnyTagClassName
{
color: #7C0FFE;
}
</style>
background-color css
<style>
a { background-color: #7C0FFE; }
a { background-color: rgb(124,15,254); }
div.DivClassName
{
background-color: #7C0FFE;
}
.BgClassName
{
background-color: #7C0FFE;
}
</style>
border-color css
<style>
span { border-color: #7C0FFE; }
span { border-color: rgb(124,15,254); }
td.TdClassName
{
border-color: #7C0FFE;
}
.TagClassName
{
border-color: #7C0FFE;
}
</style>