#7E0BF0

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

Shades of Electric Indigo #7E0BF0

Tints of Electric Indigo #7E0BF0

Color information

#7E0BF0 (or 0x7E0BF0) is unknown color: approx Electric Indigo. HEX triplet: 7E, 0B and F0. RGB value is (126,11,240). Sum of RGB (Red+Green+Blue) = 126+11+240=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 240 (94.14% from 255 or 63.66% from 377); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E0BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0BF0 is #81F40F. Grayscale: #464646. Windows color (decimal): -8516624 or 15731582. OLE color: 15731582.

HSL color Cylindrical-coordinate representation of color #7E0BF0: hue angle of 270.13º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0BF0 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12611240-
CMYK0.480.9500.06
HSL270.13º91.24%49.22%-
HSV(B)270.13º95.42%94.12%-
XYZ24.4510.9783.27-
YUV71.49223.1166.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.42%
GREEN value IS 11 (4.69% from 255) = 2.92%
BLUE value IS 240 (94.14% from 255) = 63.66%
R=33.42%
G=2.92%
B=63.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126112400.480.9500.06270.1391.2449.22
Hex7EBF0305F0610e5b31
Octal17613360601370641613361
Binary1111110101111110000110000101111101101000011101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,240); }

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

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

 a { background-color: rgb(126,11,240); }

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

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

 span { border-color: rgb(126,11,240); }

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