#7F15FE

Color #7F15FE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7F15FE

Tints of Electric Indigo #7F15FE

Color information

#7F15FE (or 0x7F15FE) is unknown color: approx 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

RGB12721254-
CMYK0.500.9200.00
HSL267.3º99.15%53.92%-
HSV(B)267.3º91.73%99.61%-
XYZ26.9112.294.7-
YUV79.26226.62162.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 21 (8.59% from 255) = 5.22%
BLUE value IS 254 (99.61% from 255) = 63.18%
R=31.59%
G=5.22%
B=63.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal127212540.500.9200.00267.399.1553.92
Hex7F15FE325C0010b6336
Octal17725376621340041314366
Binary111111110101111111101100101011100001000010111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F15FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>