#60485C

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

Shades of Purple Taupe #60485C

Tints of Purple Taupe #60485C

Color information

#60485C (or 0x60485C) is unknown color: approx Purple Taupe. HEX triplet: 60, 48 and 5C. RGB value is (96,72,92). Sum of RGB (Red+Green+Blue) = 96+72+92=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485C is #9FB7A3. Grayscale: #515151. Windows color (decimal): -10467236 or 6047840. OLE color: 6047840.

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

Color convert

RGB967292-
CMYK00.250.040.62
HSL310º14.29%32.94%-
HSV(B)310º25%37.65%-
XYZ9.077.8911.17-
YUV81.46133.95138.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=36.92%
G=27.69%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96729200.250.040.6231014.2932.94
Hex60485C01943E136e21
Octal1401101340314764661641
Binary1100000100100010111000110011001111101001101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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