Shades of Electric Indigo #7A13FF
Tints of Electric Indigo #7A13FF
RGB
CMYK
RGB Variations
Color information
#7A13FF (or 0x7A13FF) is known color: Electric Indigo. HEX triplet: 7A, 13 and FF. RGB value is (122,19,255). Sum of RGB (Red+Green+Blue) = 122+19+255=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A13FF is #85EC00. Grayscale: #4B4B4B. Windows color (decimal): -8776705 or 16716666. OLE color: 16716666.
HSL color Cylindrical-coordinate representation of color #7A13FF: hue angle of 266.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A13FF is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 19 | 255 | - |
| CMYK | 0.52 | 0.93 | 0 | 0 |
| HSL | 266.19º | 1% | 0.54% | - |
| HSV(B) | 266.19º | 0.93% | 1% | - |
| XYZ | 26.31 | 11.82 | 95.5 | - |
| YUV | 76.7 | 228.62 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 255 | 0.52 | 0.93 | 0 | 0 | 266.19 | 1 | 0.54 |
| Hex | 7A | 13 | FF | 34 | 5D | 0 | 0 | 10A | 64 | 36 |
| Octal | 172 | 23 | 377 | 64 | 135 | 0 | 0 | 412 | 144 | 66 |
| Binary | 1111010 | 10011 | 11111111 | 110100 | 1011101 | 0 | 0 | 100001010 | 1100100 | 110110 |
Color Harmonies of #7A13FF
Complementary color
Monochromatic Colors of #7A13FF
Black with #7A13FF
Text Example
Text Example
White with #7A13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A13FF; }
p { color: rgb(122,19,255); }
H1.HeaderClassName
{
color: #7A13FF;
}
.AnyTagClassName
{
color: #7A13FF;
}
</style>
background-color css
<style>
a { background-color: #7A13FF; }
a { background-color: rgb(122,19,255); }
div.DivClassName
{
background-color: #7A13FF;
}
.BgClassName
{
background-color: #7A13FF;
}
</style>
border-color css
<style>
span { border-color: #7A13FF; }
span { border-color: rgb(122,19,255); }
td.TdClassName
{
border-color: #7A13FF;
}
.TagClassName
{
border-color: #7A13FF;
}
</style>