Shades of Electric Indigo #7B14FE
Tints of Electric Indigo #7B14FE
RGB
CMYK
RGB Variations
Color information
#7B14FE (or 0x7B14FE) is known color: Electric Indigo. HEX triplet: 7B, 14 and FE. RGB value is (123,20,254). Sum of RGB (Red+Green+Blue) = 123+20+254=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B14FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B14FE is #84EB01. Grayscale: #4C4C4C. Windows color (decimal): -8710914 or 16651387. OLE color: 16651387.
HSL color Cylindrical-coordinate representation of color #7B14FE: hue angle of 266.41º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B14FE is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 20 | 254 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.00 |
| HSL | 266.41º | 0.99% | 0.54% | - |
| HSV(B) | 266.41º | 0.92% | 1% | - |
| XYZ | 26.31 | 11.87 | 94.67 | - |
| YUV | 77.47 | 227.62 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 254 | 0.52 | 0.92 | 0 | 0.00 | 266.41 | 0.99 | 0.54 |
| Hex | 7B | 14 | FE | 34 | 5C | 0 | 0 | 10A | 63 | 36 |
| Octal | 173 | 24 | 376 | 64 | 134 | 0 | 0 | 412 | 143 | 66 |
| Binary | 1111011 | 10100 | 11111110 | 110100 | 1011100 | 0 | 0 | 100001010 | 1100011 | 110110 |
Color Harmonies of #7B14FE
Complementary color
Monochromatic Colors of #7B14FE
Black with #7B14FE
Text Example
Text Example
White with #7B14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B14FE; }
p { color: rgb(123,20,254); }
H1.HeaderClassName
{
color: #7B14FE;
}
.AnyTagClassName
{
color: #7B14FE;
}
</style>
background-color css
<style>
a { background-color: #7B14FE; }
a { background-color: rgb(123,20,254); }
div.DivClassName
{
background-color: #7B14FE;
}
.BgClassName
{
background-color: #7B14FE;
}
</style>
border-color css
<style>
span { border-color: #7B14FE; }
span { border-color: rgb(123,20,254); }
td.TdClassName
{
border-color: #7B14FE;
}
.TagClassName
{
border-color: #7B14FE;
}
</style>