#7E2990

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

Shades of Vivid Violet #7E2990

Tints of Vivid Violet #7E2990

Color information

#7E2990 (or 0x7E2990) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and 90. RGB value is (126,41,144). Sum of RGB (Red+Green+Blue) = 126+41+144=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2990 is #81D66F. Grayscale: #4D4D4D. Windows color (decimal): -8509040 or 9447806. OLE color: 9447806.

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

Color convert

RGB12641144-
CMYK0.120.7200.44
HSL289.51º55.68%36.27%-
HSV(B)289.51º71.53%56.47%-
XYZ14.438.0427.18-
YUV78.16165.16162.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=40.51%
G=13.18%
B=46.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126411440.120.7200.44289.5155.6836.27
Hex7E2990C4802C1223824
Octal17651220141100544427044
Binary111111010100110010000110010010000101100100100010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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