#716471

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

Shades of Old Lavender #716471

Tints of Old Lavender #716471

Color information

#716471 (or 0x716471) is unknown color: approx Old Lavender. HEX triplet: 71, 64 and 71. RGB value is (113,100,113). Sum of RGB (Red+Green+Blue) = 113+100+113=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716471 is #8E9B8E. Grayscale: #696969. Windows color (decimal): -9345935 or 7431281. OLE color: 7431281.

HSL color Cylindrical-coordinate representation of color #716471: 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.12%. Process color model (Four color, CMYK) of #716471 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB113100113-
CMYK00.1200.56
HSL300º6.1%41.76%-
HSV(B)300º11.5%44.31%-
XYZ14.3513.8217.53-
YUV105.37132.31133.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=34.66%
G=30.67%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310011300.1200.563006.141.76
Hex7164710C03812c62a
Octal161144161014070454652
Binary111000111001001110001011000111000100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716471; }

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

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

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

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

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

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

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

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