#735872

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

Shades of Old Lavender #735872

Tints of Old Lavender #735872

Color information

#735872 (or 0x735872) is unknown color: approx Old Lavender. HEX triplet: 73, 58 and 72. RGB value is (115,88,114). Sum of RGB (Red+Green+Blue) = 115+88+114=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #735872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735872 is #8CA78D. Grayscale: #626262. Windows color (decimal): -9217934 or 7493747. OLE color: 7493747.

HSL color Cylindrical-coordinate representation of color #735872: hue angle of 302.22º 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 #735872 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11588114-
CMYK00.230.010.55
HSL302.22º13.3%39.8%-
HSV(B)302.22º23.48%45.1%-
XYZ13.611.8417.49-
YUV99.04136.45139.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=36.28%
G=27.76%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158811400.230.010.55302.2213.339.8
Hex73587201713712ed28
Octal1631301620271674561550
Binary11100111011000111001001011111101111001011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735872; }

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

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

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

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

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

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

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

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