#7E2290

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

Shades of Vivid Violet #7E2290

Tints of Vivid Violet #7E2290

Color information

#7E2290 (or 0x7E2290) is unknown color: approx Vivid Violet. HEX triplet: 7E, 22 and 90. RGB value is (126,34,144). Sum of RGB (Red+Green+Blue) = 126+34+144=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2290 is #81DD6F. Grayscale: #494949. Windows color (decimal): -8510832 or 9446014. OLE color: 9446014.

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

Color convert

RGB12634144-
CMYK0.120.7600.44
HSL290.18º61.8%34.9%-
HSV(B)290.18º76.39%56.47%-
XYZ14.217.5927.1-
YUV74.05167.48165.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=41.45%
G=11.18%
B=47.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126341440.120.7600.44290.1861.834.9
Hex7E2290C4C02C1223e23
Octal17642220141140544427643
Binary111111010001010010000110010011000101100100100010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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