#715972

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

Shades of Old Lavender #715972

Tints of Old Lavender #715972

Color information

#715972 (or 0x715972) is unknown color: approx Old Lavender. HEX triplet: 71, 59 and 72. RGB value is (113,89,114). Sum of RGB (Red+Green+Blue) = 113+89+114=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #715972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715972 is #8EA68D. Grayscale: #626262. Windows color (decimal): -9348750 or 7494001. OLE color: 7494001.

HSL color Cylindrical-coordinate representation of color #715972: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #715972 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11389114-
CMYK0.010.2200.55
HSL297.6º12.32%39.8%-
HSV(B)297.6º21.93%44.71%-
XYZ13.4211.8717.5-
YUV99.03136.45137.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=35.76%
G=28.16%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113891140.010.2200.55297.612.3239.8
Hex71597211603712ac28
Octal1611311621260674521450
Binary11100011011001111001011011001101111001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715972; }

 p { color: rgb(113,89,114); }

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

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

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

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

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

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

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