Shades of Electric Indigo #7A0FFC
Tints of Electric Indigo #7A0FFC
RGB
CMYK
RGB Variations
Color information
#7A0FFC (or 0x7A0FFC) is known color: Electric Indigo. HEX triplet: 7A, 0F and FC. RGB value is (122,15,252). Sum of RGB (Red+Green+Blue) = 122+15+252=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A0FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FFC is #85F003. Grayscale: #494949. Windows color (decimal): -8777732 or 16519034. OLE color: 16519034.
HSL color Cylindrical-coordinate representation of color #7A0FFC: hue angle of 267.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FFC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 15 | 252 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.01 |
| HSL | 267.09º | 0.98% | 0.52% | - |
| HSV(B) | 267.09º | 0.94% | 0.99% | - |
| XYZ | 25.77 | 11.51 | 92.96 | - |
| YUV | 74.01 | 228.45 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 252 | 0.52 | 0.94 | 0 | 0.01 | 267.09 | 0.98 | 0.52 |
| Hex | 7A | F | FC | 34 | 5E | 0 | 1 | 10B | 62 | 34 |
| Octal | 172 | 17 | 374 | 64 | 136 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1111010 | 1111 | 11111100 | 110100 | 1011110 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #7A0FFC
Complementary color
Monochromatic Colors of #7A0FFC
Black with #7A0FFC
Text Example
Text Example
White with #7A0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FFC; }
p { color: rgb(122,15,252); }
H1.HeaderClassName
{
color: #7A0FFC;
}
.AnyTagClassName
{
color: #7A0FFC;
}
</style>
background-color css
<style>
a { background-color: #7A0FFC; }
a { background-color: rgb(122,15,252); }
div.DivClassName
{
background-color: #7A0FFC;
}
.BgClassName
{
background-color: #7A0FFC;
}
</style>
border-color css
<style>
span { border-color: #7A0FFC; }
span { border-color: rgb(122,15,252); }
td.TdClassName
{
border-color: #7A0FFC;
}
.TagClassName
{
border-color: #7A0FFC;
}
</style>