Shades of Electric Indigo #7B1BFF
Tints of Electric Indigo #7B1BFF
RGB
CMYK
RGB Variations
Color information
#7B1BFF (or 0x7B1BFF) is known color: Electric Indigo. HEX triplet: 7B, 1B and FF. RGB value is (123,27,255). Sum of RGB (Red+Green+Blue) = 123+27+255=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1BFF is #84E400. Grayscale: #505050. Windows color (decimal): -8709121 or 16718715. OLE color: 16718715.
HSL color Cylindrical-coordinate representation of color #7B1BFF: hue angle of 265.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1BFF is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 27 | 255 | - |
| CMYK | 0.52 | 0.89 | 0 | 0 |
| HSL | 265.26º | 1% | 0.55% | - |
| HSV(B) | 265.26º | 0.89% | 1% | - |
| XYZ | 26.61 | 12.21 | 95.56 | - |
| YUV | 81.7 | 225.8 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 255 | 0.52 | 0.89 | 0 | 0 | 265.26 | 1 | 0.55 |
| Hex | 7B | 1B | FF | 34 | 59 | 0 | 0 | 109 | 64 | 37 |
| Octal | 173 | 33 | 377 | 64 | 131 | 0 | 0 | 411 | 144 | 67 |
| Binary | 1111011 | 11011 | 11111111 | 110100 | 1011001 | 0 | 0 | 100001001 | 1100100 | 110111 |
Color Harmonies of #7B1BFF
Complementary color
Monochromatic Colors of #7B1BFF
Black with #7B1BFF
Text Example
Text Example
White with #7B1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1BFF; }
p { color: rgb(123,27,255); }
H1.HeaderClassName
{
color: #7B1BFF;
}
.AnyTagClassName
{
color: #7B1BFF;
}
</style>
background-color css
<style>
a { background-color: #7B1BFF; }
a { background-color: rgb(123,27,255); }
div.DivClassName
{
background-color: #7B1BFF;
}
.BgClassName
{
background-color: #7B1BFF;
}
</style>
border-color css
<style>
span { border-color: #7B1BFF; }
span { border-color: rgb(123,27,255); }
td.TdClassName
{
border-color: #7B1BFF;
}
.TagClassName
{
border-color: #7B1BFF;
}
</style>