Shades of Electric Indigo #7F0EFF
Tints of Electric Indigo #7F0EFF
RGB
CMYK
RGB Variations
Color information
#7F0EFF (or 0x7F0EFF) is known color: Electric Indigo. HEX triplet: 7F, 0E and FF. RGB value is (127,14,255). Sum of RGB (Red+Green+Blue) = 127+14+255=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 14 (5.86% from 255 or 3.54% 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 #7F0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0EFF is #80F100. Grayscale: #4A4A4A. Windows color (decimal): -8450305 or 16715391. OLE color: 16715391.
HSL color Cylindrical-coordinate representation of color #7F0EFF: hue angle of 268.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0EFF is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 14 | 255 | - |
| CMYK | 0.50 | 0.95 | 0 | 0 |
| HSL | 268.13º | 1% | 0.53% | - |
| HSV(B) | 268.13º | 0.95% | 1% | - |
| XYZ | 26.96 | 12.05 | 95.51 | - |
| YUV | 75.26 | 229.44 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 255 | 0.50 | 0.95 | 0 | 0 | 268.13 | 1 | 0.53 |
| Hex | 7F | E | FF | 32 | 5F | 0 | 0 | 10C | 64 | 35 |
| Octal | 177 | 16 | 377 | 62 | 137 | 0 | 0 | 414 | 144 | 65 |
| Binary | 1111111 | 1110 | 11111111 | 110010 | 1011111 | 0 | 0 | 100001100 | 1100100 | 110101 |
Color Harmonies of #7F0EFF
Complementary color
Monochromatic Colors of #7F0EFF
Black with #7F0EFF
Text Example
Text Example
White with #7F0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EFF; }
p { color: rgb(127,14,255); }
H1.HeaderClassName
{
color: #7F0EFF;
}
.AnyTagClassName
{
color: #7F0EFF;
}
</style>
background-color css
<style>
a { background-color: #7F0EFF; }
a { background-color: rgb(127,14,255); }
div.DivClassName
{
background-color: #7F0EFF;
}
.BgClassName
{
background-color: #7F0EFF;
}
</style>
border-color css
<style>
span { border-color: #7F0EFF; }
span { border-color: rgb(127,14,255); }
td.TdClassName
{
border-color: #7F0EFF;
}
.TagClassName
{
border-color: #7F0EFF;
}
</style>