Shades of Electric Indigo #7A0BFD
Tints of Electric Indigo #7A0BFD
RGB
CMYK
RGB Variations
Color information
#7A0BFD (or 0x7A0BFD) is known color: Electric Indigo. HEX triplet: 7A, 0B and FD. RGB value is (122,11,253). Sum of RGB (Red+Green+Blue) = 122+11+253=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A0BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0BFD is #85F402. Grayscale: #464646. Windows color (decimal): -8778755 or 16583546. OLE color: 16583546.
HSL color Cylindrical-coordinate representation of color #7A0BFD: hue angle of 267.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0BFD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 11 | 253 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.01 |
| HSL | 267.52º | 0.98% | 0.52% | - |
| HSV(B) | 267.52º | 0.96% | 0.99% | - |
| XYZ | 25.88 | 11.47 | 93.78 | - |
| YUV | 71.78 | 230.27 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 253 | 0.52 | 0.96 | 0 | 0.01 | 267.52 | 0.98 | 0.52 |
| Hex | 7A | B | FD | 34 | 60 | 0 | 1 | 10C | 62 | 34 |
| Octal | 172 | 13 | 375 | 64 | 140 | 0 | 1 | 414 | 142 | 64 |
| Binary | 1111010 | 1011 | 11111101 | 110100 | 1100000 | 0 | 1 | 100001100 | 1100010 | 110100 |
Color Harmonies of #7A0BFD
Complementary color
Monochromatic Colors of #7A0BFD
Black with #7A0BFD
Text Example
Text Example
White with #7A0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BFD; }
p { color: rgb(122,11,253); }
H1.HeaderClassName
{
color: #7A0BFD;
}
.AnyTagClassName
{
color: #7A0BFD;
}
</style>
background-color css
<style>
a { background-color: #7A0BFD; }
a { background-color: rgb(122,11,253); }
div.DivClassName
{
background-color: #7A0BFD;
}
.BgClassName
{
background-color: #7A0BFD;
}
</style>
border-color css
<style>
span { border-color: #7A0BFD; }
span { border-color: rgb(122,11,253); }
td.TdClassName
{
border-color: #7A0BFD;
}
.TagClassName
{
border-color: #7A0BFD;
}
</style>