#7e3fde

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

Shades of Blue Violet #7E3FDE

Tints of Blue Violet #7E3FDE

Color information

#7E3FDE (or 0x7E3FDE) is unknown color: approx Blue Violet. HEX triplet: 7E, 3F and DE. RGB value is (126,63,222). Sum of RGB (Red+Green+Blue) = 126+63+222=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E3FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FDE is #81C021. Grayscale: #636363. Windows color (decimal): -8503330 or 14565246. OLE color: 14565246.

HSL color Cylindrical-coordinate representation of color #7E3FDE: hue angle of 263.77º degrees, saturation: 0.71, 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 #7E3FDE is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12663222-
CMYK0.430.7200.13
HSL263.77º70.67%55.88%-
HSV(B)263.77º71.62%87.06%-
XYZ23.5713.2670.43-
YUV99.96196.87146.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=30.66%
G=15.33%
B=54.01%

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
Decimal126632220.430.7200.13263.7770.6755.88
Hex7E3FDE2B480D1084738
Octal176773365311001541010770
Binary1111110111111110111101010111001000011011000010001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e3fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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