#706271

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

Shades of Old Lavender #706271

Tints of Old Lavender #706271

Color information

#706271 (or 0x706271) is unknown color: approx Old Lavender. HEX triplet: 70, 62 and 71. RGB value is (112,98,113). Sum of RGB (Red+Green+Blue) = 112+98+113=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #706271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706271 is #8F9D8E. Grayscale: #676767. Windows color (decimal): -9411983 or 7430768. OLE color: 7430768.

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

Color convert

RGB11298113-
CMYK0.010.1300.56
HSL296º7.11%41.37%-
HSV(B)296º13.27%44.31%-
XYZ14.0313.3717.46-
YUV103.9133.14133.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=34.67%
G=30.34%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112981130.010.1300.562967.1141.37
Hex7062711D038128729
Octal160142161115070450751
Binary111000011000101110001111010111000100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706271; }

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

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

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

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

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

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

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

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