#7E4490

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

Shades of Vivid Violet #7E4490

Tints of Vivid Violet #7E4490

Color information

#7E4490 (or 0x7E4490) is unknown color: approx Vivid Violet. HEX triplet: 7E, 44 and 90. RGB value is (126,68,144). Sum of RGB (Red+Green+Blue) = 126+68+144=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E4490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4490 is #81BB6F. Grayscale: #5D5D5D. Windows color (decimal): -8502128 or 9454718. OLE color: 9454718.

HSL color Cylindrical-coordinate representation of color #7E4490: hue angle of 285.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E4490 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12668144-
CMYK0.120.5300.44
HSL285.79º35.85%41.57%-
HSV(B)285.79º52.78%56.47%-
XYZ15.7110.5827.6-
YUV94.01156.22150.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=37.28%
G=20.12%
B=42.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126681440.120.5300.44285.7935.8541.57
Hex7E4490C3502C11e242a
Octal17610422014650544364452
Binary111111010001001001000011001101010101100100011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,68,144); }

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

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

 a { background-color: rgb(126,68,144); }

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

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

 span { border-color: rgb(126,68,144); }

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