#725379

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

Shades of Affair #725379

Tints of Affair #725379

Color information

#725379 (or 0x725379) is unknown color: approx Affair. HEX triplet: 72, 53 and 79. RGB value is (114,83,121). Sum of RGB (Red+Green+Blue) = 114+83+121=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #725379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725379 is #8DAC86. Grayscale: #606060. Windows color (decimal): -9284743 or 7951218. OLE color: 7951218.

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

Color convert

RGB11483121-
CMYK0.060.3100.53
HSL288.95º18.63%40%-
HSV(B)288.95º31.4%47.45%-
XYZ13.4811.1419.53-
YUV96.6141.77140.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=35.85%
G=26.10%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114831210.060.3100.53288.9518.6340
Hex72537961F0351211328
Octal1621231716370654412350
Binary11100101010011111100111011111011010110010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725379; }

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

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

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

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

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

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

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

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