#7E2B9D

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

Shades of Vivid Violet #7E2B9D

Tints of Vivid Violet #7E2B9D

Color information

#7E2B9D (or 0x7E2B9D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 2B and 9D. RGB value is (126,43,157). Sum of RGB (Red+Green+Blue) = 126+43+157=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2B9D is #81D462. Grayscale: #505050. Windows color (decimal): -8508515 or 10300286. OLE color: 10300286.

HSL color Cylindrical-coordinate representation of color #7E2B9D: hue angle of 283.68º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2B9D is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12643157-
CMYK0.200.7300.38
HSL283.68º57%39.22%-
HSV(B)283.68º72.61%61.57%-
XYZ15.558.632.74-
YUV80.81171160.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.65%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=38.65%
G=13.19%
B=48.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126431570.200.7300.38283.685739.22
Hex7E2B9D144902611c3927
Octal17653235241110464347147
Binary1111110101011100111011010010010010100110100011100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,157); }

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

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

 a { background-color: rgb(126,43,157); }

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

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

 span { border-color: rgb(126,43,157); }

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