#7e3fd2

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

Shades of Blue Violet #7E3FD2

Tints of Blue Violet #7E3FD2

Color information

#7E3FD2 (or 0x7E3FD2) is unknown color: approx Blue Violet. HEX triplet: 7E, 3F and D2. RGB value is (126,63,210). Sum of RGB (Red+Green+Blue) = 126+63+210=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #7E3FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FD2 is #81C02D. Grayscale: #626262. Windows color (decimal): -8503342 or 13778814. OLE color: 13778814.

HSL color Cylindrical-coordinate representation of color #7E3FD2: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3FD2 is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12663210-
CMYK0.40.7000.18
HSL265.71º62.03%53.53%-
HSV(B)265.71º70%82.35%-
XYZ22.0112.6462.25-
YUV98.6190.87147.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 63 (25% from 255) = 15.79%
BLUE value IS 210 (82.42% from 255) = 52.63%
R=31.58%
G=15.79%
B=52.63%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126632100.40.7000.18265.7162.0353.53
Hex7E3FD2284601210a3e36
Octal17677322501060224127666
Binary1111110111111110100101010001000110010010100001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e3fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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