#735C71

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

Shades of Old Lavender #735C71

Tints of Old Lavender #735C71

Color information

#735C71 (or 0x735C71) is unknown color: approx Old Lavender. HEX triplet: 73, 5C and 71. RGB value is (115,92,113). Sum of RGB (Red+Green+Blue) = 115+92+113=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C71 is #8CA38E. Grayscale: #656565. Windows color (decimal): -9216911 or 7429235. OLE color: 7429235.

HSL color Cylindrical-coordinate representation of color #735C71: hue angle of 305.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C71 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11592113-
CMYK00.200.020.55
HSL305.22º11.11%40.59%-
HSV(B)305.22º20%45.1%-
XYZ13.8812.4917.3-
YUV101.27134.62137.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=35.94%
G=28.75%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159211300.200.020.55305.2211.1140.59
Hex735C71014237131b29
Octal1631341610242674611351
Binary111001110111001110001010100101101111001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,113); }

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

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

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

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

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

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

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