#7E5090

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

Shades of Affair #7E5090

Tints of Affair #7E5090

Color information

#7E5090 (or 0x7E5090) is unknown color: approx Affair. HEX triplet: 7E, 50 and 90. RGB value is (126,80,144). Sum of RGB (Red+Green+Blue) = 126+80+144=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5090 is #81AF6F. Grayscale: #646464. Windows color (decimal): -8499056 or 9457790. OLE color: 9457790.

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

Color convert

RGB12680144-
CMYK0.120.4400.44
HSL283.12º28.57%43.92%-
HSV(B)283.12º44.44%56.47%-
XYZ16.5112.1927.87-
YUV101.05152.24145.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=36%
G=22.86%
B=41.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126801440.120.4400.44283.1228.5743.92
Hex7E5090C2C02C11b1d2c
Octal17612022014540544333554
Binary11111101010000100100001100101100010110010001101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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