Shades of Electric Indigo #7F00FF
Tints of Electric Indigo #7F00FF
RGB
CMYK
RGB Variations
Color information
#7F00FF (or 0x7F00FF) is known color: Electric Indigo. HEX triplet: 7F, 00 and FF. RGB value is (127,0,255). Sum of RGB (Red+Green+Blue) = 127+0+255=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00FF is #80FF00. Grayscale: #424242. Windows color (decimal): -8453889 or 16711807. OLE color: 16711807.
HSL color Cylindrical-coordinate representation of color #7F00FF: hue angle of 269.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00FF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 0 | 255 | - |
| CMYK | 0.50 | 1 | 0 | 0 |
| HSL | 269.88º | 1% | 0.5% | - |
| HSV(B) | 269.88º | 1% | 1% | - |
| XYZ | 26.8 | 11.73 | 95.46 | - |
| YUV | 67.04 | 234.08 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 255 | 0.50 | 1 | 0 | 0 | 269.88 | 1 | 0.5 |
| Hex | 7F | 0 | FF | 32 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 177 | 0 | 377 | 62 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111111 | 0 | 11111111 | 110010 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7F00FF
Complementary color
Monochromatic Colors of #7F00FF
Black with #7F00FF
Text Example
Text Example
White with #7F00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00FF; }
p { color: rgb(127,0,255); }
H1.HeaderClassName
{
color: #7F00FF;
}
.AnyTagClassName
{
color: #7F00FF;
}
</style>
background-color css
<style>
a { background-color: #7F00FF; }
a { background-color: rgb(127,0,255); }
div.DivClassName
{
background-color: #7F00FF;
}
.BgClassName
{
background-color: #7F00FF;
}
</style>
border-color css
<style>
span { border-color: #7F00FF; }
span { border-color: rgb(127,0,255); }
td.TdClassName
{
border-color: #7F00FF;
}
.TagClassName
{
border-color: #7F00FF;
}
</style>