#716970

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

Shades of Old Lavender #716970

Tints of Old Lavender #716970

Color information

#716970 (or 0x716970) is unknown color: approx Old Lavender. HEX triplet: 71, 69 and 70. RGB value is (113,105,112). Sum of RGB (Red+Green+Blue) = 113+105+112=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716970 is #8E968F. Grayscale: #6C6C6C. Windows color (decimal): -9344656 or 7367025. OLE color: 7367025.

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

Color convert

RGB113105112-
CMYK00.070.010.56
HSL307.5º3.67%42.75%-
HSV(B)307.5º7.08%44.31%-
XYZ14.7914.7817.4-
YUV108.19130.15131.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=34.24%
G=31.82%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310511200.070.010.56307.53.6742.75
Hex7169700713813442b
Octal16115116007170464453
Binary11100011101001111000001111111000100110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716970; }

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

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

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

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

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

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

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

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