#716571

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

Shades of Old Lavender #716571

Tints of Old Lavender #716571

Color information

#716571 (or 0x716571) is unknown color: approx Old Lavender. HEX triplet: 71, 65 and 71. RGB value is (113,101,113). Sum of RGB (Red+Green+Blue) = 113+101+113=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716571 is #8E9A8E. Grayscale: #696969. Windows color (decimal): -9345679 or 7431537. OLE color: 7431537.

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

Color convert

RGB113101113-
CMYK00.1100.56
HSL300º5.61%41.96%-
HSV(B)300º10.62%44.31%-
XYZ14.4414.0117.57-
YUV105.96131.98133.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=34.56%
G=30.89%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310111300.1100.563005.6141.96
Hex7165710B03812c62a
Octal161145161013070454652
Binary111000111001011110001010110111000100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716571; }

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

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

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

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

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

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

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

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