#735972

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

Shades of Old Lavender #735972

Tints of Old Lavender #735972

Color information

#735972 (or 0x735972) is unknown color: approx Old Lavender. HEX triplet: 73, 59 and 72. RGB value is (115,89,114). Sum of RGB (Red+Green+Blue) = 115+89+114=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735972 is #8CA68D. Grayscale: #636363. Windows color (decimal): -9217678 or 7494003. OLE color: 7494003.

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

Color convert

RGB11589114-
CMYK00.230.010.55
HSL302.31º12.75%40%-
HSV(B)302.31º22.61%45.1%-
XYZ13.681217.52-
YUV99.62136.11138.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=36.16%
G=27.99%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158911400.230.010.55302.3112.7540
Hex73597201713712ed28
Octal1631311620271674561550
Binary11100111011001111001001011111101111001011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735972; }

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

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

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

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

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

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

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

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