Shades of Electric Indigo #7F15FE
Tints of Electric Indigo #7F15FE
RGB
CMYK
RGB Variations
Color information
#7F15FE (or 0x7F15FE) is known color: Electric Indigo. HEX triplet: 7F, 15 and FE. RGB value is (127,21,254). Sum of RGB (Red+Green+Blue) = 127+21+254=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F15FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15FE is #80EA01. Grayscale: #4E4E4E. Windows color (decimal): -8448514 or 16651647. OLE color: 16651647.
HSL color Cylindrical-coordinate representation of color #7F15FE: hue angle of 267.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F15FE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 21 | 254 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.00 |
| HSL | 267.3º | 0.99% | 0.54% | - |
| HSV(B) | 267.3º | 0.92% | 1% | - |
| XYZ | 26.91 | 12.2 | 94.7 | - |
| YUV | 79.26 | 226.62 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 254 | 0.50 | 0.92 | 0 | 0.00 | 267.3 | 0.99 | 0.54 |
| Hex | 7F | 15 | FE | 32 | 5C | 0 | 0 | 10B | 63 | 36 |
| Octal | 177 | 25 | 376 | 62 | 134 | 0 | 0 | 413 | 143 | 66 |
| Binary | 1111111 | 10101 | 11111110 | 110010 | 1011100 | 0 | 0 | 100001011 | 1100011 | 110110 |
Color Harmonies of #7F15FE
Complementary color
Monochromatic Colors of #7F15FE
Black with #7F15FE
Text Example
Text Example
White with #7F15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15FE; }
p { color: rgb(127,21,254); }
H1.HeaderClassName
{
color: #7F15FE;
}
.AnyTagClassName
{
color: #7F15FE;
}
</style>
background-color css
<style>
a { background-color: #7F15FE; }
a { background-color: rgb(127,21,254); }
div.DivClassName
{
background-color: #7F15FE;
}
.BgClassName
{
background-color: #7F15FE;
}
</style>
border-color css
<style>
span { border-color: #7F15FE; }
span { border-color: rgb(127,21,254); }
td.TdClassName
{
border-color: #7F15FE;
}
.TagClassName
{
border-color: #7F15FE;
}
</style>