#60485A

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

Shades of Purple Taupe #60485A

Tints of Purple Taupe #60485A

Color information

#60485A (or 0x60485A) is unknown color: approx Purple Taupe. HEX triplet: 60, 48 and 5A. RGB value is (96,72,90). Sum of RGB (Red+Green+Blue) = 96+72+90=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485A is #9FB7A5. Grayscale: #515151. Windows color (decimal): -10467238 or 5916768. OLE color: 5916768.

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

Color convert

RGB967290-
CMYK00.250.060.62
HSL315º14.29%32.94%-
HSV(B)315º25%37.65%-
XYZ8.997.8610.72-
YUV81.23132.95138.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=37.21%
G=27.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96729000.250.060.6231514.2932.94
Hex60485A01963E13be21
Octal1401101320316764731641
Binary1100000100100010110100110011101111101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60485A; }

 p { color: rgb(96,72,90); }

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

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

 a { background-color: rgb(96,72,90); }

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

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

 span { border-color: rgb(96,72,90); }

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