#735A73

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

Shades of Old Lavender #735A73

Tints of Old Lavender #735A73

Color information

#735A73 (or 0x735A73) is unknown color: approx Old Lavender. HEX triplet: 73, 5A and 73. RGB value is (115,90,115). Sum of RGB (Red+Green+Blue) = 115+90+115=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A73 is #8CA58C. Grayscale: #646464. Windows color (decimal): -9217421 or 7559795. OLE color: 7559795.

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

Color convert

RGB11590115-
CMYK00.2200.55
HSL300º12.2%40.2%-
HSV(B)300º21.74%45.1%-
XYZ13.8212.1917.85-
YUV100.32136.28138.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=35.94%
G=28.12%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159011500.2200.5530012.240.2
Hex735A7301603712cc28
Octal1631321630260674541450
Binary11100111011010111001101011001101111001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A73; }

 p { color: rgb(115,90,115); }

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

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

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

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

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

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

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