Shades of Electric Indigo #7B0FF0
Tints of Electric Indigo #7B0FF0
RGB
CMYK
RGB Variations
Color information
#7B0FF0 (or 0x7B0FF0) is known color: Electric Indigo. HEX triplet: 7B, 0F and F0. RGB value is (123,15,240). Sum of RGB (Red+Green+Blue) = 123+15+240=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B0FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0FF0 is #84F00F. Grayscale: #484848. Windows color (decimal): -8712208 or 15732603. OLE color: 15732603.
HSL color Cylindrical-coordinate representation of color #7B0FF0: hue angle of 268.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0FF0 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 15 | 240 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.06 |
| HSL | 268.8º | 0.88% | 0.5% | - |
| HSV(B) | 268.8º | 0.94% | 0.94% | - |
| XYZ | 24.07 | 10.84 | 83.26 | - |
| YUV | 72.94 | 222.28 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 240 | 0.49 | 0.94 | 0 | 0.06 | 268.8 | 0.88 | 0.5 |
| Hex | 7B | F | F0 | 31 | 5E | 0 | 6 | 10D | 58 | 32 |
| Octal | 173 | 17 | 360 | 61 | 136 | 0 | 6 | 415 | 130 | 62 |
| Binary | 1111011 | 1111 | 11110000 | 110001 | 1011110 | 0 | 110 | 100001101 | 1011000 | 110010 |
Color Harmonies of #7B0FF0
Complementary color
Monochromatic Colors of #7B0FF0
Black with #7B0FF0
Text Example
Text Example
White with #7B0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FF0; }
p { color: rgb(123,15,240); }
H1.HeaderClassName
{
color: #7B0FF0;
}
.AnyTagClassName
{
color: #7B0FF0;
}
</style>
background-color css
<style>
a { background-color: #7B0FF0; }
a { background-color: rgb(123,15,240); }
div.DivClassName
{
background-color: #7B0FF0;
}
.BgClassName
{
background-color: #7B0FF0;
}
</style>
border-color css
<style>
span { border-color: #7B0FF0; }
span { border-color: rgb(123,15,240); }
td.TdClassName
{
border-color: #7B0FF0;
}
.TagClassName
{
border-color: #7B0FF0;
}
</style>