Shades of Electric Indigo #7B1BFD
Tints of Electric Indigo #7B1BFD
RGB
CMYK
RGB Variations
Color information
#7B1BFD (or 0x7B1BFD) is known color: Electric Indigo. HEX triplet: 7B, 1B and FD. RGB value is (123,27,253). Sum of RGB (Red+Green+Blue) = 123+27+253=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B1BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1BFD is #84E402. Grayscale: #505050. Windows color (decimal): -8709123 or 16587643. OLE color: 16587643.
HSL color Cylindrical-coordinate representation of color #7B1BFD: hue angle of 265.49º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1BFD is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 27 | 253 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.01 |
| HSL | 265.49º | 0.98% | 0.55% | - |
| HSV(B) | 265.49º | 0.89% | 0.99% | - |
| XYZ | 26.29 | 12.09 | 93.88 | - |
| YUV | 81.47 | 224.8 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 253 | 0.51 | 0.89 | 0 | 0.01 | 265.49 | 0.98 | 0.55 |
| Hex | 7B | 1B | FD | 33 | 59 | 0 | 1 | 109 | 62 | 37 |
| Octal | 173 | 33 | 375 | 63 | 131 | 0 | 1 | 411 | 142 | 67 |
| Binary | 1111011 | 11011 | 11111101 | 110011 | 1011001 | 0 | 1 | 100001001 | 1100010 | 110111 |
Color Harmonies of #7B1BFD
Complementary color
Monochromatic Colors of #7B1BFD
Black with #7B1BFD
Text Example
Text Example
White with #7B1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1BFD; }
p { color: rgb(123,27,253); }
H1.HeaderClassName
{
color: #7B1BFD;
}
.AnyTagClassName
{
color: #7B1BFD;
}
</style>
background-color css
<style>
a { background-color: #7B1BFD; }
a { background-color: rgb(123,27,253); }
div.DivClassName
{
background-color: #7B1BFD;
}
.BgClassName
{
background-color: #7B1BFD;
}
</style>
border-color css
<style>
span { border-color: #7B1BFD; }
span { border-color: rgb(123,27,253); }
td.TdClassName
{
border-color: #7B1BFD;
}
.TagClassName
{
border-color: #7B1BFD;
}
</style>