#7E0EEE

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

Shades of Blue Violet #7E0EEE

Tints of Blue Violet #7E0EEE

Color information

#7E0EEE (or 0x7E0EEE) is unknown color: approx Blue Violet. HEX triplet: 7E, 0E and EE. RGB value is (126,14,238). Sum of RGB (Red+Green+Blue) = 126+14+238=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E0EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0EEE is #81F111. Grayscale: #484848. Windows color (decimal): -8515858 or 15601278. OLE color: 15601278.

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

Color convert

RGB12614238-
CMYK0.470.9400.07
HSL270º88.89%49.41%-
HSV(B)270º94.12%93.33%-
XYZ24.1910.9281.72-
YUV73.02221.11165.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 3.70%
BLUE value IS 238 (93.36% from 255) = 62.96%
R=33.33%
G=3.70%
B=62.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126142380.470.9400.0727088.8949.41
Hex7EEEE2F5E0710e5931
Octal17616356571360741613161
Binary1111110111011101110101111101111001111000011101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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