#705971

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

Shades of Old Lavender #705971

Tints of Old Lavender #705971

Color information

#705971 (or 0x705971) is unknown color: approx Old Lavender. HEX triplet: 70, 59 and 71. RGB value is (112,89,113). Sum of RGB (Red+Green+Blue) = 112+89+113=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #705971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705971 is #8FA68E. Grayscale: #626262. Windows color (decimal): -9414287 or 7428464. OLE color: 7428464.

HSL color Cylindrical-coordinate representation of color #705971: hue angle of 297.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705971 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11289113-
CMYK0.010.2100.56
HSL297.5º11.88%39.61%-
HSV(B)297.5º21.24%44.31%-
XYZ13.2411.7817.2-
YUV98.61136.12137.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=35.67%
G=28.34%
B=35.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112891130.010.2100.56297.511.8839.61
Hex70597111503812ac28
Octal1601311611250704521450
Binary11100001011001111000111010101110001001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705971; }

 p { color: rgb(112,89,113); }

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

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

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

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

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

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

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