#7D5972

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

Shades of Old Lavender #7D5972

Tints of Old Lavender #7D5972

Color information

#7D5972 (or 0x7D5972) is unknown color: approx Old Lavender. HEX triplet: 7D, 59 and 72. RGB value is (125,89,114). Sum of RGB (Red+Green+Blue) = 125+89+114=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5972 is #82A68D. Grayscale: #666666. Windows color (decimal): -8562318 or 7494013. OLE color: 7494013.

HSL color Cylindrical-coordinate representation of color #7D5972: hue angle of 318.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D5972 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12589114-
CMYK00.290.090.51
HSL318.33º16.82%41.96%-
HSV(B)318.33º28.8%49.02%-
XYZ15.0712.7217.58-
YUV102.61134.43143.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.11%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=38.11%
G=27.13%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258911400.290.090.51318.3316.8241.96
Hex7D597201D93313e112a
Octal17513116203511634762152
Binary111110110110011110010011101100111001110011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D5972; }

 p { color: rgb(125,89,114); }

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

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

 a { background-color: rgb(125,89,114); }

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

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

 span { border-color: rgb(125,89,114); }

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