Shades of Electric Indigo #7B14F7
Tints of Electric Indigo #7B14F7
RGB
CMYK
RGB Variations
Color information
#7B14F7 (or 0x7B14F7) is known color: Electric Indigo. HEX triplet: 7B, 14 and F7. RGB value is (123,20,247). Sum of RGB (Red+Green+Blue) = 123+20+247=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #7B14F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B14F7 is #84EB08. Grayscale: #4B4B4B. Windows color (decimal): -8710921 or 16192635. OLE color: 16192635.
HSL color Cylindrical-coordinate representation of color #7B14F7: hue angle of 267.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B14F7 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 20 | 247 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.03 |
| HSL | 267.22º | 0.93% | 0.52% | - |
| HSV(B) | 267.22º | 0.92% | 0.97% | - |
| XYZ | 25.21 | 11.43 | 88.87 | - |
| YUV | 76.68 | 224.12 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 247 | 0.50 | 0.92 | 0 | 0.03 | 267.22 | 0.93 | 0.52 |
| Hex | 7B | 14 | F7 | 32 | 5C | 0 | 3 | 10B | 5D | 34 |
| Octal | 173 | 24 | 367 | 62 | 134 | 0 | 3 | 413 | 135 | 64 |
| Binary | 1111011 | 10100 | 11110111 | 110010 | 1011100 | 0 | 11 | 100001011 | 1011101 | 110100 |
Color Harmonies of #7B14F7
Complementary color
Monochromatic Colors of #7B14F7
Black with #7B14F7
Text Example
Text Example
White with #7B14F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B14F7; }
p { color: rgb(123,20,247); }
H1.HeaderClassName
{
color: #7B14F7;
}
.AnyTagClassName
{
color: #7B14F7;
}
</style>
background-color css
<style>
a { background-color: #7B14F7; }
a { background-color: rgb(123,20,247); }
div.DivClassName
{
background-color: #7B14F7;
}
.BgClassName
{
background-color: #7B14F7;
}
</style>
border-color css
<style>
span { border-color: #7B14F7; }
span { border-color: rgb(123,20,247); }
td.TdClassName
{
border-color: #7B14F7;
}
.TagClassName
{
border-color: #7B14F7;
}
</style>