Shades of Electric Indigo #7B0DFF
Tints of Electric Indigo #7B0DFF
RGB
CMYK
RGB Variations
Color information
#7B0DFF (or 0x7B0DFF) is known color: Electric Indigo. HEX triplet: 7B, 0D and FF. RGB value is (123,13,255). Sum of RGB (Red+Green+Blue) = 123+13+255=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0DFF is #84F200. Grayscale: #484848. Windows color (decimal): -8712705 or 16715131. OLE color: 16715131.
HSL color Cylindrical-coordinate representation of color #7B0DFF: hue angle of 267.27º 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 #7B0DFF is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 13 | 255 | - |
| CMYK | 0.52 | 0.95 | 0 | 0 |
| HSL | 267.27º | 1% | 0.53% | - |
| HSV(B) | 267.27º | 0.95% | 1% | - |
| XYZ | 26.36 | 11.72 | 95.48 | - |
| YUV | 73.48 | 230.44 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 255 | 0.52 | 0.95 | 0 | 0 | 267.27 | 1 | 0.53 |
| Hex | 7B | D | FF | 34 | 5F | 0 | 0 | 10B | 64 | 35 |
| Octal | 173 | 15 | 377 | 64 | 137 | 0 | 0 | 413 | 144 | 65 |
| Binary | 1111011 | 1101 | 11111111 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100100 | 110101 |
Color Harmonies of #7B0DFF
Complementary color
Monochromatic Colors of #7B0DFF
Black with #7B0DFF
Text Example
Text Example
White with #7B0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DFF; }
p { color: rgb(123,13,255); }
H1.HeaderClassName
{
color: #7B0DFF;
}
.AnyTagClassName
{
color: #7B0DFF;
}
</style>
background-color css
<style>
a { background-color: #7B0DFF; }
a { background-color: rgb(123,13,255); }
div.DivClassName
{
background-color: #7B0DFF;
}
.BgClassName
{
background-color: #7B0DFF;
}
</style>
border-color css
<style>
span { border-color: #7B0DFF; }
span { border-color: rgb(123,13,255); }
td.TdClassName
{
border-color: #7B0DFF;
}
.TagClassName
{
border-color: #7B0DFF;
}
</style>