#7F07FE

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

Shades of Electric Indigo #7F07FE

Tints of Electric Indigo #7F07FE

Color information

#7F07FE (or 0x7F07FE) is unknown color: approx Electric Indigo. HEX triplet: 7F, 07 and FE. RGB value is (127,7,254). Sum of RGB (Red+Green+Blue) = 127+7+254=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F07FE is #80F801. Grayscale: #464646. Windows color (decimal): -8452098 or 16648063. OLE color: 16648063.

HSL color Cylindrical-coordinate representation of color #7F07FE: hue angle of 269.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07FE is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1277254-
CMYK0.500.9700.00
HSL269.15º99.2%51.18%-
HSV(B)269.15º97.24%99.61%-
XYZ26.7211.8294.64-
YUV71.04231.26167.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.73%
GREEN value IS 7 (3.12% from 255) = 1.80%
BLUE value IS 254 (99.61% from 255) = 65.46%
R=32.73%
G=1.80%
B=65.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12772540.500.9700.00269.1599.251.18
Hex7F7FE32610010d6333
Octal1777376621410041514363
Binary1111111111111111101100101100001001000011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F07FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F07FE; }

 p { color: rgb(127,7,254); }

 H1.HeaderClassName
 {
   color: #7F07FE;
 }
 .AnyTagClassName
 {
   color: #7F07FE;
 }
</style>
background-color css

<style>
 a { background-color: #7F07FE; }

 a { background-color: rgb(127,7,254); }

 div.DivClassName
 {
   background-color: #7F07FE;
 }
 .BgClassName
 {
   background-color: #7F07FE;
 }
</style>
border-color css

<style>
 span { border-color: #7F07FE; }

 span { border-color: rgb(127,7,254); }

 td.TdClassName
 {
   border-color: #7F07FE;
 }
 .TagClassName
 {
   border-color: #7F07FE;
 }
</style>