#60475D

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

Shades of Purple Taupe #60475D

Tints of Purple Taupe #60475D

Color information

#60475D (or 0x60475D) is unknown color: approx Purple Taupe. HEX triplet: 60, 47 and 5D. RGB value is (96,71,93). Sum of RGB (Red+Green+Blue) = 96+71+93=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475D is #9FB8A2. Grayscale: #505050. Windows color (decimal): -10467491 or 6113120. OLE color: 6113120.

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

Color convert

RGB967193-
CMYK00.260.030.62
HSL307.2º14.97%32.75%-
HSV(B)307.2º26.04%37.65%-
XYZ9.057.7811.38-
YUV80.98134.78138.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=36.92%
G=27.31%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96719300.260.030.62307.214.9732.75
Hex60475D01A33E133f21
Octal1401071350323764631741
Binary110000010001111011101011010111111101001100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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