#7E44E0

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

Shades of Blue Violet #7E44E0

Tints of Blue Violet #7E44E0

Color information

#7E44E0 (or 0x7E44E0) is unknown color: approx Blue Violet. HEX triplet: 7E, 44 and E0. RGB value is (126,68,224). Sum of RGB (Red+Green+Blue) = 126+68+224=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E44E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E44E0 is #81BB1F. Grayscale: #666666. Windows color (decimal): -8502048 or 14697598. OLE color: 14697598.

HSL color Cylindrical-coordinate representation of color #7E44E0: hue angle of 262.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E44E0 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12668224-
CMYK0.440.7000.12
HSL262.31º71.56%57.25%-
HSV(B)262.31º69.64%87.84%-
XYZ24.1313.9571.94-
YUV103.13196.22144.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 224 (87.89% from 255) = 53.59%
R=30.14%
G=16.27%
B=53.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126682240.440.7000.12262.3171.5657.25
Hex7E44E02C460C1064839
Octal1761043405410601440611071
Binary11111101000100111000001011001000110011001000001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E44E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,68,224); }

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

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

 a { background-color: rgb(126,68,224); }

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

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

 span { border-color: rgb(126,68,224); }

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