Shades of Electric Indigo #7B0AFC
Tints of Electric Indigo #7B0AFC
RGB
CMYK
RGB Variations
Color information
#7B0AFC (or 0x7B0AFC) is known color: Electric Indigo. HEX triplet: 7B, 0A and FC. RGB value is (123,10,252). Sum of RGB (Red+Green+Blue) = 123+10+252=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B0AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0AFC is #84F503. Grayscale: #464646. Windows color (decimal): -8713476 or 16517755. OLE color: 16517755.
HSL color Cylindrical-coordinate representation of color #7B0AFC: hue angle of 268.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0AFC is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 10 | 252 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.01 |
| HSL | 268.02º | 0.98% | 0.51% | - |
| HSV(B) | 268.02º | 0.96% | 0.99% | - |
| XYZ | 25.85 | 11.46 | 92.94 | - |
| YUV | 71.38 | 229.94 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 252 | 0.51 | 0.96 | 0 | 0.01 | 268.02 | 0.98 | 0.51 |
| Hex | 7B | A | FC | 33 | 60 | 0 | 1 | 10C | 62 | 33 |
| Octal | 173 | 12 | 374 | 63 | 140 | 0 | 1 | 414 | 142 | 63 |
| Binary | 1111011 | 1010 | 11111100 | 110011 | 1100000 | 0 | 1 | 100001100 | 1100010 | 110011 |
Color Harmonies of #7B0AFC
Complementary color
Monochromatic Colors of #7B0AFC
Black with #7B0AFC
Text Example
Text Example
White with #7B0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AFC; }
p { color: rgb(123,10,252); }
H1.HeaderClassName
{
color: #7B0AFC;
}
.AnyTagClassName
{
color: #7B0AFC;
}
</style>
background-color css
<style>
a { background-color: #7B0AFC; }
a { background-color: rgb(123,10,252); }
div.DivClassName
{
background-color: #7B0AFC;
}
.BgClassName
{
background-color: #7B0AFC;
}
</style>
border-color css
<style>
span { border-color: #7B0AFC; }
span { border-color: rgb(123,10,252); }
td.TdClassName
{
border-color: #7B0AFC;
}
.TagClassName
{
border-color: #7B0AFC;
}
</style>