#7E11F4

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

Shades of Electric Indigo #7E11F4

Tints of Electric Indigo #7E11F4

Color information

#7E11F4 (or 0x7E11F4) is unknown color: approx Electric Indigo. HEX triplet: 7E, 11 and F4. RGB value is (126,17,244). Sum of RGB (Red+Green+Blue) = 126+17+244=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 244 (95.70% from 255 or 63.05% from 387); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E11F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E11F4 is #81EE0B. Grayscale: #4A4A4A. Windows color (decimal): -8515084 or 15995262. OLE color: 15995262.

HSL color Cylindrical-coordinate representation of color #7E11F4: hue angle of 268.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E11F4 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12617244-
CMYK0.480.9300.04
HSL268.81º91.16%51.18%-
HSV(B)268.81º93.03%95.69%-
XYZ25.1311.3786.46-
YUV75.47223.11164.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 244 (95.70% from 255) = 63.05%
R=32.56%
G=4.39%
B=63.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126172440.480.9300.04268.8191.1651.18
Hex7E11F4305D0410d5b33
Octal17621364601350441513363
Binary11111101000111110100110000101110101001000011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E11F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,17,244); }

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

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

 a { background-color: rgb(126,17,244); }

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

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

 span { border-color: rgb(126,17,244); }

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