#7E3DDE

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

Shades of Blue Violet #7E3DDE

Tints of Blue Violet #7E3DDE

Color information

#7E3DDE (or 0x7E3DDE) is unknown color: approx Blue Violet. HEX triplet: 7E, 3D and DE. RGB value is (126,61,222). Sum of RGB (Red+Green+Blue) = 126+61+222=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E3DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DDE is #81C221. Grayscale: #626262. Windows color (decimal): -8503842 or 14564734. OLE color: 14564734.

HSL color Cylindrical-coordinate representation of color #7E3DDE: hue angle of 264.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E3DDE is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12661222-
CMYK0.430.7300.13
HSL264.22º70.93%55.49%-
HSV(B)264.22º72.52%87.06%-
XYZ23.4613.0570.39-
YUV98.79197.53147.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 222 (87.11% from 255) = 54.28%
R=30.81%
G=14.91%
B=54.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126612220.430.7300.13264.2270.9355.49
Hex7E3DDE2B490D1084737
Octal176753365311101541010767
Binary1111110111101110111101010111001001011011000010001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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