#725579

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

Shades of Affair #725579

Tints of Affair #725579

Color information

#725579 (or 0x725579) is unknown color: approx Affair. HEX triplet: 72, 55 and 79. RGB value is (114,85,121). Sum of RGB (Red+Green+Blue) = 114+85+121=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #725579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725579 is #8DAA86. Grayscale: #616161. Windows color (decimal): -9284231 or 7951730. OLE color: 7951730.

HSL color Cylindrical-coordinate representation of color #725579: hue angle of 288.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725579 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11485121-
CMYK0.060.3000.53
HSL288.33º17.48%40.39%-
HSV(B)288.33º29.75%47.45%-
XYZ13.6411.4519.58-
YUV97.78141.11139.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=35.62%
G=26.56%
B=37.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114851210.060.3000.53288.3317.4840.39
Hex72557961E0351201128
Octal1621251716360654402150
Binary11100101010101111100111011110011010110010000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725579; }

 p { color: rgb(114,85,121); }

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

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

 a { background-color: rgb(114,85,121); }

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

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

 span { border-color: rgb(114,85,121); }

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