#7e2890

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

Shades of Vivid Violet #7E2890

Tints of Vivid Violet #7E2890

Color information

#7E2890 (or 0x7E2890) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and 90. RGB value is (126,40,144). Sum of RGB (Red+Green+Blue) = 126+40+144=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2890 is #81D76F. Grayscale: #4D4D4D. Windows color (decimal): -8509296 or 9447550. OLE color: 9447550.

HSL color Cylindrical-coordinate representation of color #7E2890: hue angle of 289.62º degrees, saturation: 0.57, 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 #7E2890 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12640144-
CMYK0.120.7200.44
HSL289.62º56.52%36.08%-
HSV(B)289.62º72.22%56.47%-
XYZ14.47.9727.16-
YUV77.57165.49162.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=40.65%
G=12.90%
B=46.45%

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
Decimal126401440.120.7200.44289.6256.5236.08
Hex7E2890C4802C1223924
Octal17650220141100544427144
Binary111111010100010010000110010010000101100100100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e2890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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