Shades of Electric Indigo #7C06FF
Tints of Electric Indigo #7C06FF
RGB
CMYK
RGB Variations
Color information
#7C06FF (or 0x7C06FF) is known color: Electric Indigo. HEX triplet: 7C, 06 and FF. RGB value is (124,6,255). Sum of RGB (Red+Green+Blue) = 124+6+255=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C06FF is #83F900. Grayscale: #444444. Windows color (decimal): -8648961 or 16713340. OLE color: 16713340.
HSL color Cylindrical-coordinate representation of color #7C06FF: hue angle of 268.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C06FF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 6 | 255 | - |
| CMYK | 0.51 | 0.98 | 0 | 0 |
| HSL | 268.43º | 1% | 0.51% | - |
| HSV(B) | 268.43º | 0.98% | 1% | - |
| XYZ | 26.43 | 11.64 | 95.46 | - |
| YUV | 69.67 | 232.59 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 255 | 0.51 | 0.98 | 0 | 0 | 268.43 | 1 | 0.51 |
| Hex | 7C | 6 | FF | 33 | 62 | 0 | 0 | 10C | 64 | 33 |
| Octal | 174 | 6 | 377 | 63 | 142 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111100 | 110 | 11111111 | 110011 | 1100010 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7C06FF
Complementary color
Monochromatic Colors of #7C06FF
Black with #7C06FF
Text Example
Text Example
White with #7C06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C06FF; }
p { color: rgb(124,6,255); }
H1.HeaderClassName
{
color: #7C06FF;
}
.AnyTagClassName
{
color: #7C06FF;
}
</style>
background-color css
<style>
a { background-color: #7C06FF; }
a { background-color: rgb(124,6,255); }
div.DivClassName
{
background-color: #7C06FF;
}
.BgClassName
{
background-color: #7C06FF;
}
</style>
border-color css
<style>
span { border-color: #7C06FF; }
span { border-color: rgb(124,6,255); }
td.TdClassName
{
border-color: #7C06FF;
}
.TagClassName
{
border-color: #7C06FF;
}
</style>