#735973

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

Shades of Old Lavender #735973

Tints of Old Lavender #735973

Color information

#735973 (or 0x735973) is unknown color: approx Old Lavender. HEX triplet: 73, 59 and 73. RGB value is (115,89,115). Sum of RGB (Red+Green+Blue) = 115+89+115=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735973 is #8CA68C. Grayscale: #636363. Windows color (decimal): -9217677 or 7559539. OLE color: 7559539.

HSL color Cylindrical-coordinate representation of color #735973: hue angle of 300º 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 #735973 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11589115-
CMYK00.2300.55
HSL300º12.75%40%-
HSV(B)300º22.61%45.1%-
XYZ13.7412.0317.82-
YUV99.74136.61138.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=36.05%
G=27.90%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158911500.2300.5530012.7540
Hex73597301703712cd28
Octal1631311630270674541550
Binary11100111011001111001101011101101111001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735973; }

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

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

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

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

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

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

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

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