#7e11ed

Color #7E11ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7E11ED

Tints of Blue Violet #7E11ED

Color information

#7E11ED (or 0x7E11ED) is unknown color: approx Blue Violet. HEX triplet: 7E, 11 and ED. RGB value is (126,17,237). Sum of RGB (Red+Green+Blue) = 126+17+237=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E11ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E11ED is #81EE12. Grayscale: #494949. Windows color (decimal): -8515091 or 15536510. OLE color: 15536510.

HSL color Cylindrical-coordinate representation of color #7E11ED: hue angle of 269.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E11ED is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12617237-
CMYK0.470.9300.07
HSL269.73º86.61%49.8%-
HSV(B)269.73º92.83%92.94%-
XYZ24.0910.9580.96-
YUV74.67219.61164.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 17 (7.03% from 255) = 4.47%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=33.16%
G=4.47%
B=62.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126172370.470.9300.07269.7386.6149.8
Hex7E11ED2F5D0710e5732
Octal17621355571350741612762
Binary11111101000111101101101111101110101111000011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e11ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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