#725A71

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

Shades of Old Lavender #725A71

Tints of Old Lavender #725A71

Color information

#725A71 (or 0x725A71) is unknown color: approx Old Lavender. HEX triplet: 72, 5A and 71. RGB value is (114,90,113). Sum of RGB (Red+Green+Blue) = 114+90+113=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #725A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A71 is #8DA58E. Grayscale: #636363. Windows color (decimal): -9282959 or 7428722. OLE color: 7428722.

HSL color Cylindrical-coordinate representation of color #725A71: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A71 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11490113-
CMYK00.210.010.55
HSL302.5º11.76%40%-
HSV(B)302.5º21.05%44.71%-
XYZ13.5812.0817.24-
YUV99.8135.45138.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=35.96%
G=28.39%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149011300.210.010.55302.511.7640
Hex725A7101513712ec28
Octal1621321610251674561450
Binary11100101011010111000101010111101111001011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,113); }

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

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

 a { background-color: rgb(114,90,113); }

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

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

 span { border-color: rgb(114,90,113); }

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