#7E40DA

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

Shades of Blue Violet #7E40DA

Tints of Blue Violet #7E40DA

Color information

#7E40DA (or 0x7E40DA) is unknown color: approx Blue Violet. HEX triplet: 7E, 40 and DA. RGB value is (126,64,218). Sum of RGB (Red+Green+Blue) = 126+64+218=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E40DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E40DA is #81BF25. Grayscale: #636363. Windows color (decimal): -8503078 or 14303358. OLE color: 14303358.

HSL color Cylindrical-coordinate representation of color #7E40DA: hue angle of 264.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E40DA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12664218-
CMYK0.420.7100.15
HSL264.16º67.54%55.29%-
HSV(B)264.16º70.64%85.49%-
XYZ23.0913.1667.65-
YUV100.09194.54146.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 218 (85.55% from 255) = 53.43%
R=30.88%
G=15.69%
B=53.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126642180.420.7100.15264.1667.5455.29
Hex7E40DA2A470F1084437
Octal1761003325210701741010467
Binary11111101000000110110101010101000111011111000010001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,218); }

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

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

 a { background-color: rgb(126,64,218); }

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

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

 span { border-color: rgb(126,64,218); }

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