#7E3BDA

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

Shades of Blue Violet #7E3BDA

Tints of Blue Violet #7E3BDA

Color information

#7E3BDA (or 0x7E3BDA) is unknown color: approx Blue Violet. HEX triplet: 7E, 3B and DA. RGB value is (126,59,218). Sum of RGB (Red+Green+Blue) = 126+59+218=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BDA is #81C425. Grayscale: #606060. Windows color (decimal): -8504358 or 14302078. OLE color: 14302078.

HSL color Cylindrical-coordinate representation of color #7E3BDA: hue angle of 265.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E3BDA is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12659218-
CMYK0.420.7300.15
HSL265.28º68.24%54.31%-
HSV(B)265.28º72.94%85.49%-
XYZ22.8212.6367.56-
YUV97.16196.2148.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 218 (85.55% from 255) = 54.09%
R=31.27%
G=14.64%
B=54.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126592180.420.7300.15265.2868.2454.31
Hex7E3BDA2A490F1094436
Octal176733325211101741110466
Binary1111110111011110110101010101001001011111000010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,59,218); }

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

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

 a { background-color: rgb(126,59,218); }

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

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

 span { border-color: rgb(126,59,218); }

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