#745974

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

Shades of Old Lavender #745974

Tints of Old Lavender #745974

Color information

#745974 (or 0x745974) is unknown color: approx Old Lavender. HEX triplet: 74, 59 and 74. RGB value is (116,89,116). Sum of RGB (Red+Green+Blue) = 116+89+116=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #745974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745974 is #8BA68B. Grayscale: #646464. Windows color (decimal): -9152140 or 7625076. OLE color: 7625076.

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

Color convert

RGB11689116-
CMYK00.2300.55
HSL300º13.17%40.2%-
HSV(B)300º23.28%45.49%-
XYZ13.9312.1218.13-
YUV100.15136.95139.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=36.14%
G=27.73%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168911600.2300.5530013.1740.2
Hex74597401703712cd28
Octal1641311640270674541550
Binary11101001011001111010001011101101111001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745974; }

 p { color: rgb(116,89,116); }

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

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

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

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

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

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

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