#604759

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

Shades of Purple Taupe #604759

Tints of Purple Taupe #604759

Color information

#604759 (or 0x604759) is unknown color: approx Purple Taupe. HEX triplet: 60, 47 and 59. RGB value is (96,71,89). Sum of RGB (Red+Green+Blue) = 96+71+89=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604759 is #9FB8A6. Grayscale: #505050. Windows color (decimal): -10467495 or 5850976. OLE color: 5850976.

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

Color convert

RGB967189-
CMYK00.260.070.62
HSL316.8º14.97%32.75%-
HSV(B)316.8º26.04%37.65%-
XYZ8.887.7110.47-
YUV80.53132.78139.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=37.5%
G=27.73%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96718900.260.070.62316.814.9732.75
Hex60475901A73E13df21
Octal1401071310327764751741
Binary1100000100011110110010110101111111101001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604759; }

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

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

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

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

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

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

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

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