#716670

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

Shades of Old Lavender #716670

Tints of Old Lavender #716670

Color information

#716670 (or 0x716670) is unknown color: approx Old Lavender. HEX triplet: 71, 66 and 70. RGB value is (113,102,112). Sum of RGB (Red+Green+Blue) = 113+102+112=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716670 is #8E998F. Grayscale: #6A6A6A. Windows color (decimal): -9345424 or 7366257. OLE color: 7366257.

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

Color convert

RGB113102112-
CMYK00.100.010.56
HSL305.45º5.12%42.16%-
HSV(B)305.45º9.73%44.31%-
XYZ14.4914.1817.3-
YUV106.43131.14132.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=34.56%
G=31.19%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310211200.100.010.56305.455.1242.16
Hex7166700A13813152a
Octal161146160012170461552
Binary111000111001101110000010101111000100110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716670; }

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

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

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

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

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

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

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

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