#7E3A96

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

Shades of Vivid Violet #7E3A96

Tints of Vivid Violet #7E3A96

Color information

#7E3A96 (or 0x7E3A96) is unknown color: approx Vivid Violet. HEX triplet: 7E, 3A and 96. RGB value is (126,58,150). Sum of RGB (Red+Green+Blue) = 126+58+150=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E3A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3A96 is #81C569. Grayscale: #585858. Windows color (decimal): -8504682 or 9845374. OLE color: 9845374.

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

Color convert

RGB12658150-
CMYK0.160.6100.41
HSL284.35º44.23%40.78%-
HSV(B)284.35º61.33%58.82%-
XYZ15.629.6629.9-
YUV88.82162.53154.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=37.72%
G=17.37%
B=44.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126581500.160.6100.41284.3544.2340.78
Hex7E3A96103D02911c2c29
Octal1767222620750514345451
Binary111111011101010010110100001111010101001100011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,58,150); }

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

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

 a { background-color: rgb(126,58,150); }

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

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

 span { border-color: rgb(126,58,150); }

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