#7E3DE9

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

Shades of Blue Violet #7E3DE9

Tints of Blue Violet #7E3DE9

Color information

#7E3DE9 (or 0x7E3DE9) is unknown color: approx Blue Violet. HEX triplet: 7E, 3D and E9. RGB value is (126,61,233). Sum of RGB (Red+Green+Blue) = 126+61+233=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #7E3DE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3DE9 is #81C216. Grayscale: #636363. Windows color (decimal): -8503831 or 15285630. OLE color: 15285630.

HSL color Cylindrical-coordinate representation of color #7E3DE9: hue angle of 262.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E3DE9 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12661233-
CMYK0.460.7400.09
HSL262.67º79.63%57.65%-
HSV(B)262.67º73.82%91.37%-
XYZ24.9813.6678.41-
YUV100.04203.03146.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 233 (91.41% from 255) = 55.48%
R=30%
G=14.52%
B=55.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal126612330.460.7400.09262.6779.6357.65
Hex7E3DE92E4A09107503a
Octal176753515611201140712072
Binary1111110111101111010011011101001010010011000001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,61,233); }

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

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

 a { background-color: rgb(126,61,233); }

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

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

 span { border-color: rgb(126,61,233); }

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