#7E598A

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

Shades of Affair #7E598A

Tints of Affair #7E598A

Color information

#7E598A (or 0x7E598A) is unknown color: approx Affair. HEX triplet: 7E, 59 and 8A. RGB value is (126,89,138). Sum of RGB (Red+Green+Blue) = 126+89+138=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E598A is #81A675. Grayscale: #696969. Windows color (decimal): -8496758 or 9066878. OLE color: 9066878.

HSL color Cylindrical-coordinate representation of color #7E598A: hue angle of 285.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E598A is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12689138-
CMYK0.090.3600.46
HSL285.31º21.59%44.51%-
HSV(B)285.31º35.51%54.12%-
XYZ16.7613.4225.75-
YUV105.65146.26142.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=35.69%
G=25.21%
B=39.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126891380.090.3600.46285.3121.5944.51
Hex7E598A92402E11d162d
Octal17613121211440564352655
Binary11111101011001100010101001100100010111010001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,89,138); }

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

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

 a { background-color: rgb(126,89,138); }

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

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

 span { border-color: rgb(126,89,138); }

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