Shades of Electric Indigo #7B06FF
Tints of Electric Indigo #7B06FF
RGB
CMYK
RGB Variations
Color information
#7B06FF (or 0x7B06FF) is known color: Electric Indigo. HEX triplet: 7B, 06 and FF. RGB value is (123,6,255). Sum of RGB (Red+Green+Blue) = 123+6+255=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B06FF is #84F900. Grayscale: #444444. Windows color (decimal): -8714497 or 16713339. OLE color: 16713339.
HSL color Cylindrical-coordinate representation of color #7B06FF: hue angle of 268.19º 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 #7B06FF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 6 | 255 | - |
| CMYK | 0.52 | 0.98 | 0 | 0 |
| HSL | 268.19º | 1% | 0.51% | - |
| HSV(B) | 268.19º | 0.98% | 1% | - |
| XYZ | 26.28 | 11.56 | 95.45 | - |
| YUV | 69.37 | 232.76 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 255 | 0.52 | 0.98 | 0 | 0 | 268.19 | 1 | 0.51 |
| Hex | 7B | 6 | FF | 34 | 62 | 0 | 0 | 10C | 64 | 33 |
| Octal | 173 | 6 | 377 | 64 | 142 | 0 | 0 | 414 | 144 | 63 |
| Binary | 1111011 | 110 | 11111111 | 110100 | 1100010 | 0 | 0 | 100001100 | 1100100 | 110011 |
Color Harmonies of #7B06FF
Complementary color
Monochromatic Colors of #7B06FF
Black with #7B06FF
Text Example
Text Example
White with #7B06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B06FF; }
p { color: rgb(123,6,255); }
H1.HeaderClassName
{
color: #7B06FF;
}
.AnyTagClassName
{
color: #7B06FF;
}
</style>
background-color css
<style>
a { background-color: #7B06FF; }
a { background-color: rgb(123,6,255); }
div.DivClassName
{
background-color: #7B06FF;
}
.BgClassName
{
background-color: #7B06FF;
}
</style>
border-color css
<style>
span { border-color: #7B06FF; }
span { border-color: rgb(123,6,255); }
td.TdClassName
{
border-color: #7B06FF;
}
.TagClassName
{
border-color: #7B06FF;
}
</style>