Shades of Electric Indigo #7C0BFF
Tints of Electric Indigo #7C0BFF
RGB
CMYK
RGB Variations
Color information
#7C0BFF (or 0x7C0BFF) is known color: Electric Indigo. HEX triplet: 7C, 0B and FF. RGB value is (124,11,255). Sum of RGB (Red+Green+Blue) = 124+11+255=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0BFF is #83F400. Grayscale: #474747. Windows color (decimal): -8647681 or 16714620. OLE color: 16714620.
HSL color Cylindrical-coordinate representation of color #7C0BFF: hue angle of 267.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0BFF is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 11 | 255 | - |
| CMYK | 0.51 | 0.96 | 0 | 0 |
| HSL | 267.79º | 1% | 0.52% | - |
| HSV(B) | 267.79º | 0.96% | 1% | - |
| XYZ | 26.48 | 11.74 | 95.48 | - |
| YUV | 72.6 | 230.94 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 255 | 0.51 | 0.96 | 0 | 0 | 267.79 | 1 | 0.52 |
| Hex | 7C | B | FF | 33 | 60 | 0 | 0 | 10C | 64 | 34 |
| Octal | 174 | 13 | 377 | 63 | 140 | 0 | 0 | 414 | 144 | 64 |
| Binary | 1111100 | 1011 | 11111111 | 110011 | 1100000 | 0 | 0 | 100001100 | 1100100 | 110100 |
Color Harmonies of #7C0BFF
Complementary color
Monochromatic Colors of #7C0BFF
Black with #7C0BFF
Text Example
Text Example
White with #7C0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BFF; }
p { color: rgb(124,11,255); }
H1.HeaderClassName
{
color: #7C0BFF;
}
.AnyTagClassName
{
color: #7C0BFF;
}
</style>
background-color css
<style>
a { background-color: #7C0BFF; }
a { background-color: rgb(124,11,255); }
div.DivClassName
{
background-color: #7C0BFF;
}
.BgClassName
{
background-color: #7C0BFF;
}
</style>
border-color css
<style>
span { border-color: #7C0BFF; }
span { border-color: rgb(124,11,255); }
td.TdClassName
{
border-color: #7C0BFF;
}
.TagClassName
{
border-color: #7C0BFF;
}
</style>