#725C85

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

Shades of Affair #725C85

Tints of Affair #725C85

Color information

#725C85 (or 0x725C85) is unknown color: approx Affair. HEX triplet: 72, 5C and 85. RGB value is (114,92,133). Sum of RGB (Red+Green+Blue) = 114+92+133=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #725C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C85 is #8DA37A. Grayscale: #676767. Windows color (decimal): -9282427 or 8739954. OLE color: 8739954.

HSL color Cylindrical-coordinate representation of color #725C85: hue angle of 272.2º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #725C85 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11492133-
CMYK0.140.3100.48
HSL272.2º18.22%44.12%-
HSV(B)272.2º30.83%52.16%-
XYZ1512.9323.89-
YUV103.25144.79135.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=33.63%
G=27.14%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114921330.140.3100.48272.218.2244.12
Hex725C85E1F030110122c
Octal16213420516370604202254
Binary1110010101110010000101111011111011000010001000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725C85; }

 p { color: rgb(114,92,133); }

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

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

 a { background-color: rgb(114,92,133); }

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

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

 span { border-color: rgb(114,92,133); }

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