#7E3491

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

Shades of Vivid Violet #7E3491

Tints of Vivid Violet #7E3491

Color information

#7E3491 (or 0x7E3491) is unknown color: approx Vivid Violet. HEX triplet: 7E, 34 and 91. RGB value is (126,52,145). Sum of RGB (Red+Green+Blue) = 126+52+145=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E3491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3491 is #81CB6E. Grayscale: #545454. Windows color (decimal): -8506223 or 9516158. OLE color: 9516158.

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

Color convert

RGB12652145-
CMYK0.130.6400.43
HSL287.74º47.21%38.63%-
HSV(B)287.74º64.14%56.86%-
XYZ14.948.9427.73-
YUV84.73162.02157.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=39.01%
G=16.10%
B=44.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126521450.130.6400.43287.7447.2138.63
Hex7E3491D4002B1202f27
Octal17664221151000534405747
Binary111111011010010010001110110000000101011100100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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