#60495D

Color #60495D Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #60495D

Tints of Purple Taupe #60495D

Color information

#60495D (or 0x60495D) is unknown color: approx Purple Taupe. HEX triplet: 60, 49 and 5D. RGB value is (96,73,93). Sum of RGB (Red+Green+Blue) = 96+73+93=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #60495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495D is #9FB6A2. Grayscale: #525252. Windows color (decimal): -10466979 or 6113632. OLE color: 6113632.

HSL color Cylindrical-coordinate representation of color #60495D: hue angle of 307.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60495D is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB967393-
CMYK00.240.030.62
HSL307.83º13.61%33.14%-
HSV(B)307.83º23.96%37.65%-
XYZ9.188.0411.42-
YUV82.16134.12137.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=36.64%
G=27.86%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96739300.240.030.62307.8313.6133.14
Hex60495D01833E134e21
Octal1401111350303764641641
Binary110000010010011011101011000111111101001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60495D; }

 p { color: rgb(96,73,93); }

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

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

 a { background-color: rgb(96,73,93); }

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

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

 span { border-color: rgb(96,73,93); }

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