#7E36A0

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

Shades of Vivid Violet #7E36A0

Tints of Vivid Violet #7E36A0

Color information

#7E36A0 (or 0x7E36A0) is unknown color: approx Vivid Violet. HEX triplet: 7E, 36 and A0. RGB value is (126,54,160). Sum of RGB (Red+Green+Blue) = 126+54+160=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E36A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E36A0 is #81C95F. Grayscale: #575757. Windows color (decimal): -8505696 or 10499710. OLE color: 10499710.

HSL color Cylindrical-coordinate representation of color #7E36A0: hue angle of 280.75º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E36A0 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12654160-
CMYK0.210.6600.37
HSL280.75º49.53%41.96%-
HSV(B)280.75º66.25%62.75%-
XYZ16.279.6134.26-
YUV87.61168.85155.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=37.06%
G=15.88%
B=47.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126541600.210.6600.37280.7549.5341.96
Hex7E36A01542025119322a
Octal17666240251020454316252
Binary1111110110110101000001010110000100100101100011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E36A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,160); }

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

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

 a { background-color: rgb(126,54,160); }

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

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

 span { border-color: rgb(126,54,160); }

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