Shades of Electric Indigo #7B14FD
Tints of Electric Indigo #7B14FD
RGB
CMYK
RGB Variations
Color information
#7B14FD (or 0x7B14FD) is known color: Electric Indigo. HEX triplet: 7B, 14 and FD. RGB value is (123,20,253). Sum of RGB (Red+Green+Blue) = 123+20+253=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B14FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B14FD is #84EB02. Grayscale: #4C4C4C. Windows color (decimal): -8710915 or 16585851. OLE color: 16585851.
HSL color Cylindrical-coordinate representation of color #7B14FD: hue angle of 266.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B14FD is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 20 | 253 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.01 |
| HSL | 266.52º | 0.98% | 0.54% | - |
| HSV(B) | 266.52º | 0.92% | 0.99% | - |
| XYZ | 26.15 | 11.8 | 93.83 | - |
| YUV | 77.36 | 227.12 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 253 | 0.51 | 0.92 | 0 | 0.01 | 266.52 | 0.98 | 0.54 |
| Hex | 7B | 14 | FD | 33 | 5C | 0 | 1 | 10B | 62 | 36 |
| Octal | 173 | 24 | 375 | 63 | 134 | 0 | 1 | 413 | 142 | 66 |
| Binary | 1111011 | 10100 | 11111101 | 110011 | 1011100 | 0 | 1 | 100001011 | 1100010 | 110110 |
Color Harmonies of #7B14FD
Complementary color
Monochromatic Colors of #7B14FD
Black with #7B14FD
Text Example
Text Example
White with #7B14FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B14FD; }
p { color: rgb(123,20,253); }
H1.HeaderClassName
{
color: #7B14FD;
}
.AnyTagClassName
{
color: #7B14FD;
}
</style>
background-color css
<style>
a { background-color: #7B14FD; }
a { background-color: rgb(123,20,253); }
div.DivClassName
{
background-color: #7B14FD;
}
.BgClassName
{
background-color: #7B14FD;
}
</style>
border-color css
<style>
span { border-color: #7B14FD; }
span { border-color: rgb(123,20,253); }
td.TdClassName
{
border-color: #7B14FD;
}
.TagClassName
{
border-color: #7B14FD;
}
</style>