#706570

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

Shades of Old Lavender #706570

Tints of Old Lavender #706570

Color information

#706570 (or 0x706570) is unknown color: approx Old Lavender. HEX triplet: 70, 65 and 70. RGB value is (112,101,112). Sum of RGB (Red+Green+Blue) = 112+101+112=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706570 is #8F9A8F. Grayscale: #696969. Windows color (decimal): -9411216 or 7366000. OLE color: 7366000.

HSL color Cylindrical-coordinate representation of color #706570: hue angle of 300º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706570 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB112101112-
CMYK00.1000.56
HSL300º5.16%41.76%-
HSV(B)300º9.82%43.92%-
XYZ14.2613.9217.26-
YUV105.54131.64132.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=34.46%
G=31.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210111200.1000.563005.1641.76
Hex7065700A03812c52a
Octal160145160012070454552
Binary111000011001011110000010100111000100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706570; }

 p { color: rgb(112,101,112); }

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

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

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

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

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

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

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