#725582

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

Shades of Affair #725582

Tints of Affair #725582

Color information

#725582 (or 0x725582) is unknown color: approx Affair. HEX triplet: 72, 55 and 82. RGB value is (114,85,130). Sum of RGB (Red+Green+Blue) = 114+85+130=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #725582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725582 is #8DAA7D. Grayscale: #626262. Windows color (decimal): -9284222 or 8541554. OLE color: 8541554.

HSL color Cylindrical-coordinate representation of color #725582: hue angle of 278.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #725582 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11485130-
CMYK0.120.3500.49
HSL278.67º20.93%42.16%-
HSV(B)278.67º34.62%50.98%-
XYZ14.2211.6922.63-
YUV98.8145.61138.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=34.65%
G=25.84%
B=39.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114851300.120.3500.49278.6720.9342.16
Hex725582C23031117152a
Octal16212520214430614272552
Binary11100101010101100000101100100011011000110001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725582; }

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

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

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

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

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

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

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

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