Shades of Electric Indigo #7F10FA
Tints of Electric Indigo #7F10FA
RGB
CMYK
RGB Variations
Color information
#7F10FA (or 0x7F10FA) is known color: Electric Indigo. HEX triplet: 7F, 10 and FA. RGB value is (127,16,250). Sum of RGB (Red+Green+Blue) = 127+16+250=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F10FA is #80EF05. Grayscale: #4B4B4B. Windows color (decimal): -8449798 or 16388223. OLE color: 16388223.
HSL color Cylindrical-coordinate representation of color #7F10FA: hue angle of 268.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F10FA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 16 | 250 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.02 |
| HSL | 268.46º | 0.96% | 0.52% | - |
| HSV(B) | 268.46º | 0.94% | 0.98% | - |
| XYZ | 26.19 | 11.78 | 91.34 | - |
| YUV | 75.87 | 226.27 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 250 | 0.49 | 0.94 | 0 | 0.02 | 268.46 | 0.96 | 0.52 |
| Hex | 7F | 10 | FA | 31 | 5E | 0 | 2 | 10C | 60 | 34 |
| Octal | 177 | 20 | 372 | 61 | 136 | 0 | 2 | 414 | 140 | 64 |
| Binary | 1111111 | 10000 | 11111010 | 110001 | 1011110 | 0 | 10 | 100001100 | 1100000 | 110100 |
Color Harmonies of #7F10FA
Complementary color
Monochromatic Colors of #7F10FA
Black with #7F10FA
Text Example
Text Example
White with #7F10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F10FA; }
p { color: rgb(127,16,250); }
H1.HeaderClassName
{
color: #7F10FA;
}
.AnyTagClassName
{
color: #7F10FA;
}
</style>
background-color css
<style>
a { background-color: #7F10FA; }
a { background-color: rgb(127,16,250); }
div.DivClassName
{
background-color: #7F10FA;
}
.BgClassName
{
background-color: #7F10FA;
}
</style>
border-color css
<style>
span { border-color: #7F10FA; }
span { border-color: rgb(127,16,250); }
td.TdClassName
{
border-color: #7F10FA;
}
.TagClassName
{
border-color: #7F10FA;
}
</style>