#7E12EE

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

Shades of Blue Violet #7E12EE

Tints of Blue Violet #7E12EE

Color information

#7E12EE (or 0x7E12EE) is unknown color: approx Blue Violet. HEX triplet: 7E, 12 and EE. RGB value is (126,18,238). Sum of RGB (Red+Green+Blue) = 126+18+238=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E12EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E12EE is #81ED11. Grayscale: #4A4A4A. Windows color (decimal): -8514834 or 15602302. OLE color: 15602302.

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

Color convert

RGB12618238-
CMYK0.470.9200.07
HSL269.45º86.61%50.2%-
HSV(B)269.45º92.44%93.33%-
XYZ24.2511.0481.74-
YUV75.37219.78164.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 18 (7.42% from 255) = 4.71%
BLUE value IS 238 (93.36% from 255) = 62.30%
R=32.98%
G=4.71%
B=62.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126182380.470.9200.07269.4586.6150.2
Hex7E12EE2F5C0710d5732
Octal17622356571340741512762
Binary11111101001011101110101111101110001111000011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E12EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,18,238); }

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

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

 a { background-color: rgb(126,18,238); }

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

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

 span { border-color: rgb(126,18,238); }

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