#60475B

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

Shades of Purple Taupe #60475B

Tints of Purple Taupe #60475B

Color information

#60475B (or 0x60475B) is unknown color: approx Purple Taupe. HEX triplet: 60, 47 and 5B. RGB value is (96,71,91). Sum of RGB (Red+Green+Blue) = 96+71+91=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475B is #9FB8A4. Grayscale: #505050. Windows color (decimal): -10467493 or 5982048. OLE color: 5982048.

HSL color Cylindrical-coordinate representation of color #60475B: hue angle of 312º 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 #60475B is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB967191-
CMYK00.260.050.62
HSL312º14.97%32.75%-
HSV(B)312º26.04%37.65%-
XYZ8.977.7510.92-
YUV80.76133.78138.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=37.21%
G=27.52%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96719100.260.050.6231214.9732.75
Hex60475B01A53E138f21
Octal1401071330325764701741
Binary1100000100011110110110110101011111101001110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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