#60475C

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

Shades of Purple Taupe #60475C

Tints of Purple Taupe #60475C

Color information

#60475C (or 0x60475C) is unknown color: approx Purple Taupe. HEX triplet: 60, 47 and 5C. RGB value is (96,71,92). Sum of RGB (Red+Green+Blue) = 96+71+92=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475C is #9FB8A3. Grayscale: #505050. Windows color (decimal): -10467492 or 6047584. OLE color: 6047584.

HSL color Cylindrical-coordinate representation of color #60475C: hue angle of 309.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60475C is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB967192-
CMYK00.260.040.62
HSL309.6º14.97%32.75%-
HSV(B)309.6º26.04%37.65%-
XYZ9.017.7711.15-
YUV80.87134.28138.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=37.07%
G=27.41%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96719200.260.040.62309.614.9732.75
Hex60475C01A43E136f21
Octal1401071340324764661741
Binary1100000100011110111000110101001111101001101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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