#706371

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

Shades of Old Lavender #706371

Tints of Old Lavender #706371

Color information

#706371 (or 0x706371) is unknown color: approx Old Lavender. HEX triplet: 70, 63 and 71. RGB value is (112,99,113). Sum of RGB (Red+Green+Blue) = 112+99+113=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #706371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706371 is #8F9C8E. Grayscale: #686868. Windows color (decimal): -9411727 or 7431024. OLE color: 7431024.

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

Color convert

RGB11299113-
CMYK0.010.1200.56
HSL295.71º6.6%41.57%-
HSV(B)295.71º12.39%44.31%-
XYZ14.1213.5617.5-
YUV104.48132.81133.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=34.57%
G=30.56%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112991130.010.1200.56295.716.641.57
Hex7063711C03812872a
Octal160143161114070450752
Binary111000011000111110001111000111000100101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706371; }

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

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

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

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

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

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

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

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