#7E5973

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

Shades of Old Lavender #7E5973

Tints of Old Lavender #7E5973

Color information

#7E5973 (or 0x7E5973) is unknown color: approx Old Lavender. HEX triplet: 7E, 59 and 73. RGB value is (126,89,115). Sum of RGB (Red+Green+Blue) = 126+89+115=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5973 is #81A68C. Grayscale: #666666. Windows color (decimal): -8496781 or 7559550. OLE color: 7559550.

HSL color Cylindrical-coordinate representation of color #7E5973: hue angle of 317.84º 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 #7E5973 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12689115-
CMYK00.290.090.51
HSL317.84º17.21%42.16%-
HSV(B)317.84º29.37%49.41%-
XYZ15.2712.8217.89-
YUV103.03134.76144.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=38.18%
G=26.97%
B=34.85%

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
Decimal1268911500.290.090.51317.8417.2142.16
Hex7E597301D93313e112a
Octal17613116303511634762152
Binary111111010110011110011011101100111001110011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,89,115); }

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

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

 a { background-color: rgb(126,89,115); }

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

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

 span { border-color: rgb(126,89,115); }

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