#7E3D9B

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

Shades of Vivid Violet #7E3D9B

Tints of Vivid Violet #7E3D9B

Color information

#7E3D9B (or 0x7E3D9B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 3D and 9B. RGB value is (126,61,155). Sum of RGB (Red+Green+Blue) = 126+61+155=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E3D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3D9B is #81C264. Grayscale: #5A5A5A. Windows color (decimal): -8503909 or 10173822. OLE color: 10173822.

HSL color Cylindrical-coordinate representation of color #7E3D9B: hue angle of 281.49º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3D9B is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12661155-
CMYK0.190.6100.39
HSL281.49º43.52%42.35%-
HSV(B)281.49º60.65%60.78%-
XYZ16.1910.1432.11-
YUV91.15164.03152.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=36.84%
G=17.84%
B=45.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126611550.190.6100.39281.4943.5242.35
Hex7E3D9B133D0271192c2a
Octal1767523323750474315452
Binary111111011110110011011100111111010100111100011001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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