#7E4786

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

Shades of Vivid Violet #7E4786

Tints of Vivid Violet #7E4786

Color information

#7E4786 (or 0x7E4786) is unknown color: approx Vivid Violet. HEX triplet: 7E, 47 and 86. RGB value is (126,71,134). Sum of RGB (Red+Green+Blue) = 126+71+134=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E4786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4786 is #81B879. Grayscale: #5E5E5E. Windows color (decimal): -8501370 or 8800126. OLE color: 8800126.

HSL color Cylindrical-coordinate representation of color #7E4786: hue angle of 292.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4786 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12671134-
CMYK0.060.4700.47
HSL292.38º30.73%40.2%-
HSV(B)292.38º47.01%52.55%-
XYZ15.1610.6623.81-
YUV94.63150.22150.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=38.07%
G=21.45%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126711340.060.4700.47292.3830.7340.2
Hex7E478662F02F1241f28
Octal1761072066570574443750
Binary1111110100011110000110110101111010111110010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,134); }

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

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

 a { background-color: rgb(126,71,134); }

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

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

 span { border-color: rgb(126,71,134); }

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