#725279

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

Shades of Affair #725279

Tints of Affair #725279

Color information

#725279 (or 0x725279) is unknown color: approx Affair. HEX triplet: 72, 52 and 79. RGB value is (114,82,121). Sum of RGB (Red+Green+Blue) = 114+82+121=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #725279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725279 is #8DAD86. Grayscale: #5F5F5F. Windows color (decimal): -9284999 or 7950962. OLE color: 7950962.

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

Color convert

RGB11482121-
CMYK0.060.3200.53
HSL289.23º19.21%39.8%-
HSV(B)289.23º32.23%47.45%-
XYZ13.4110.9919.5-
YUV96.01142.1140.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=35.96%
G=25.87%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114821210.060.3200.53289.2319.2139.8
Hex7252796200351211328
Octal1621221716400654412350
Binary111001010100101111001110100000011010110010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725279; }

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

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

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

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

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

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

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

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