#60495C

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

Shades of Purple Taupe #60495C

Tints of Purple Taupe #60495C

Color information

#60495C (or 0x60495C) is unknown color: approx Purple Taupe. HEX triplet: 60, 49 and 5C. RGB value is (96,73,92). Sum of RGB (Red+Green+Blue) = 96+73+92=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495C is #9FB6A3. Grayscale: #515151. Windows color (decimal): -10466980 or 6048096. OLE color: 6048096.

HSL color Cylindrical-coordinate representation of color #60495C: hue angle of 310.43º 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 #60495C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB967392-
CMYK00.240.040.62
HSL310.43º13.61%33.14%-
HSV(B)310.43º23.96%37.65%-
XYZ9.148.0211.19-
YUV82.04133.62137.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=36.78%
G=27.97%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96739200.240.040.62310.4313.6133.14
Hex60495C01843E136e21
Octal1401111340304764661641
Binary1100000100100110111000110001001111101001101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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