#7E4691

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

Shades of Vivid Violet #7E4691

Tints of Vivid Violet #7E4691

Color information

#7E4691 (or 0x7E4691) is unknown color: approx Vivid Violet. HEX triplet: 7E, 46 and 91. RGB value is (126,70,145). Sum of RGB (Red+Green+Blue) = 126+70+145=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E4691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4691 is #81B96E. Grayscale: #5F5F5F. Windows color (decimal): -8501615 or 9520766. OLE color: 9520766.

HSL color Cylindrical-coordinate representation of color #7E4691: hue angle of 284.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E4691 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12670145-
CMYK0.130.5200.43
HSL284.8º34.88%42.16%-
HSV(B)284.8º51.72%56.86%-
XYZ15.9110.8628.05-
YUV95.29156.05149.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=36.95%
G=20.53%
B=42.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126701450.130.5200.43284.834.8842.16
Hex7E4691D3402B11d232a
Octal17610622115640534354352
Binary111111010001101001000111011101000101011100011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,70,145); }

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

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

 a { background-color: rgb(126,70,145); }

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

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

 span { border-color: rgb(126,70,145); }

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