Shades of Electric Indigo #7F0AF6
Tints of Electric Indigo #7F0AF6
RGB
CMYK
RGB Variations
Color information
#7F0AF6 (or 0x7F0AF6) is known color: Electric Indigo. HEX triplet: 7F, 0A and F6. RGB value is (127,10,246). Sum of RGB (Red+Green+Blue) = 127+10+246=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F0AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0AF6 is #80F509. Grayscale: #474747. Windows color (decimal): -8451338 or 16124543. OLE color: 16124543.
HSL color Cylindrical-coordinate representation of color #7F0AF6: hue angle of 269.75º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0AF6 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 10 | 246 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.04 |
| HSL | 269.75º | 0.93% | 0.5% | - |
| HSV(B) | 269.75º | 0.96% | 0.96% | - |
| XYZ | 25.5 | 11.38 | 88.04 | - |
| YUV | 71.89 | 226.26 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 246 | 0.48 | 0.96 | 0 | 0.04 | 269.75 | 0.93 | 0.5 |
| Hex | 7F | A | F6 | 30 | 60 | 0 | 4 | 10E | 5D | 32 |
| Octal | 177 | 12 | 366 | 60 | 140 | 0 | 4 | 416 | 135 | 62 |
| Binary | 1111111 | 1010 | 11110110 | 110000 | 1100000 | 0 | 100 | 100001110 | 1011101 | 110010 |
Color Harmonies of #7F0AF6
Complementary color
Monochromatic Colors of #7F0AF6
Black with #7F0AF6
Text Example
Text Example
White with #7F0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0AF6; }
p { color: rgb(127,10,246); }
H1.HeaderClassName
{
color: #7F0AF6;
}
.AnyTagClassName
{
color: #7F0AF6;
}
</style>
background-color css
<style>
a { background-color: #7F0AF6; }
a { background-color: rgb(127,10,246); }
div.DivClassName
{
background-color: #7F0AF6;
}
.BgClassName
{
background-color: #7F0AF6;
}
</style>
border-color css
<style>
span { border-color: #7F0AF6; }
span { border-color: rgb(127,10,246); }
td.TdClassName
{
border-color: #7F0AF6;
}
.TagClassName
{
border-color: #7F0AF6;
}
</style>