#60475E

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

Shades of Purple Taupe #60475E

Tints of Purple Taupe #60475E

Color information

#60475E (or 0x60475E) is unknown color: approx Purple Taupe. HEX triplet: 60, 47 and 5E. RGB value is (96,71,94). Sum of RGB (Red+Green+Blue) = 96+71+94=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475E is #9FB8A1. Grayscale: #515151. Windows color (decimal): -10467490 or 6178656. OLE color: 6178656.

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

Color convert

RGB967194-
CMYK00.260.020.62
HSL304.8º14.97%32.75%-
HSV(B)304.8º26.04%37.65%-
XYZ9.17.811.62-
YUV81.1135.28138.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=36.78%
G=27.20%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96719400.260.020.62304.814.9732.75
Hex60475E01A23E131f21
Octal1401071360322764611741
Binary110000010001111011110011010101111101001100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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