Shades of Electric Indigo #7B0EFF
Tints of Electric Indigo #7B0EFF
RGB
CMYK
RGB Variations
Color information
#7B0EFF (or 0x7B0EFF) is known color: Electric Indigo. HEX triplet: 7B, 0E and FF. RGB value is (123,14,255). Sum of RGB (Red+Green+Blue) = 123+14+255=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0EFF is #84F100. Grayscale: #494949. Windows color (decimal): -8712449 or 16715387. OLE color: 16715387.
HSL color Cylindrical-coordinate representation of color #7B0EFF: hue angle of 267.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0EFF is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 14 | 255 | - |
| CMYK | 0.52 | 0.95 | 0 | 0 |
| HSL | 267.14º | 1% | 0.53% | - |
| HSV(B) | 267.14º | 0.95% | 1% | - |
| XYZ | 26.38 | 11.75 | 95.48 | - |
| YUV | 74.07 | 230.11 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 255 | 0.52 | 0.95 | 0 | 0 | 267.14 | 1 | 0.53 |
| Hex | 7B | E | FF | 34 | 5F | 0 | 0 | 10B | 64 | 35 |
| Octal | 173 | 16 | 377 | 64 | 137 | 0 | 0 | 413 | 144 | 65 |
| Binary | 1111011 | 1110 | 11111111 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100100 | 110101 |
Color Harmonies of #7B0EFF
Complementary color
Monochromatic Colors of #7B0EFF
Black with #7B0EFF
Text Example
Text Example
White with #7B0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EFF; }
p { color: rgb(123,14,255); }
H1.HeaderClassName
{
color: #7B0EFF;
}
.AnyTagClassName
{
color: #7B0EFF;
}
</style>
background-color css
<style>
a { background-color: #7B0EFF; }
a { background-color: rgb(123,14,255); }
div.DivClassName
{
background-color: #7B0EFF;
}
.BgClassName
{
background-color: #7B0EFF;
}
</style>
border-color css
<style>
span { border-color: #7B0EFF; }
span { border-color: rgb(123,14,255); }
td.TdClassName
{
border-color: #7B0EFF;
}
.TagClassName
{
border-color: #7B0EFF;
}
</style>