#7E3EDF

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

Shades of Blue Violet #7E3EDF

Tints of Blue Violet #7E3EDF

Color information

#7E3EDF (or 0x7E3EDF) is unknown color: approx Blue Violet. HEX triplet: 7E, 3E and DF. RGB value is (126,62,223). Sum of RGB (Red+Green+Blue) = 126+62+223=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E3EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3EDF is #81C120. Grayscale: #626262. Windows color (decimal): -8503585 or 14630526. OLE color: 14630526.

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

Color convert

RGB12662223-
CMYK0.430.7200.13
HSL263.85º71.56%55.88%-
HSV(B)263.85º72.2%87.45%-
XYZ23.6513.2171.12-
YUV99.49197.7146.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=30.66%
G=15.09%
B=54.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126622230.430.7200.13263.8571.5655.88
Hex7E3EDF2B480D1084838
Octal176763375311001541011070
Binary1111110111110110111111010111001000011011000010001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,62,223); }

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

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

 a { background-color: rgb(126,62,223); }

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

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

 span { border-color: rgb(126,62,223); }

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