#7D598C

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

Shades of Affair #7D598C

Tints of Affair #7D598C

Color information

#7D598C (or 0x7D598C) is unknown color: approx Affair. HEX triplet: 7D, 59 and 8C. RGB value is (125,89,140). Sum of RGB (Red+Green+Blue) = 125+89+140=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D598C is #82A673. Grayscale: #696969. Windows color (decimal): -8562292 or 9197949. OLE color: 9197949.

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

Color convert

RGB12589140-
CMYK0.110.3600.45
HSL282.35º22.27%44.9%-
HSV(B)282.35º36.43%54.9%-
XYZ16.7613.426.51-
YUV105.58147.43141.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=35.31%
G=25.14%
B=39.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125891400.110.3600.45282.3522.2744.9
Hex7D598CB2402D11a162d
Octal17513121413440554322655
Binary11111011011001100011001011100100010110110001101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,140); }

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

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

 a { background-color: rgb(125,89,140); }

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

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

 span { border-color: rgb(125,89,140); }

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