#715872

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

Shades of Old Lavender #715872

Tints of Old Lavender #715872

Color information

#715872 (or 0x715872) is unknown color: approx Old Lavender. HEX triplet: 71, 58 and 72. RGB value is (113,88,114). Sum of RGB (Red+Green+Blue) = 113+88+114=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #715872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715872 is #8EA78D. Grayscale: #626262. Windows color (decimal): -9349006 or 7493745. OLE color: 7493745.

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

Color convert

RGB11388114-
CMYK0.010.2300.55
HSL297.69º12.87%39.61%-
HSV(B)297.69º22.81%44.71%-
XYZ13.3411.7117.48-
YUV98.44136.78138.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=35.87%
G=27.94%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113881140.010.2300.55297.6912.8739.61
Hex71587211703712ad28
Octal1611301621270674521550
Binary11100011011000111001011011101101111001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715872; }

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

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

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

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

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

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

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

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