#7D5674

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

Shades of Old Lavender #7D5674

Tints of Old Lavender #7D5674

Color information

#7D5674 (or 0x7D5674) is unknown color: approx Old Lavender. HEX triplet: 7D, 56 and 74. RGB value is (125,86,116). Sum of RGB (Red+Green+Blue) = 125+86+116=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5674 is #82A98B. Grayscale: #656565. Windows color (decimal): -8563084 or 7624317. OLE color: 7624317.

HSL color Cylindrical-coordinate representation of color #7D5674: hue angle of 313.85º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5674 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12586116-
CMYK00.310.070.51
HSL313.85º18.48%41.37%-
HSV(B)313.85º31.2%49.02%-
XYZ14.9412.2818.11-
YUV101.08136.42145.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.23%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=38.23%
G=26.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258611600.310.070.51313.8518.4841.37
Hex7D567401F73313a1229
Octal1751261640377634722251
Binary11111011010110111010001111111111001110011101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,116); }

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

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

 a { background-color: rgb(125,86,116); }

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

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

 span { border-color: rgb(125,86,116); }

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