#725C87

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

Shades of Affair #725C87

Tints of Affair #725C87

Color information

#725C87 (or 0x725C87) is unknown color: approx Affair. HEX triplet: 72, 5C and 87. RGB value is (114,92,135). Sum of RGB (Red+Green+Blue) = 114+92+135=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #725C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C87 is #8DA378. Grayscale: #676767. Windows color (decimal): -9282425 or 8871026. OLE color: 8871026.

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

Color convert

RGB11492135-
CMYK0.160.3200.47
HSL270.7º18.94%44.51%-
HSV(B)270.7º31.85%52.94%-
XYZ15.1412.9824.63-
YUV103.48145.79135.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=33.43%
G=26.98%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114921350.160.3200.47270.718.9444.51
Hex725C87102002F10f132d
Octal16213420720400574172355
Binary111001010111001000011110000100000010111110000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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