#604659

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

Shades of Purple Taupe #604659

Tints of Purple Taupe #604659

Color information

#604659 (or 0x604659) is unknown color: approx Purple Taupe. HEX triplet: 60, 46 and 59. RGB value is (96,70,89). Sum of RGB (Red+Green+Blue) = 96+70+89=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604659 is #9FB9A6. Grayscale: #4F4F4F. Windows color (decimal): -10467751 or 5850720. OLE color: 5850720.

HSL color Cylindrical-coordinate representation of color #604659: hue angle of 316.15º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604659 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB967089-
CMYK00.270.070.62
HSL316.15º15.66%32.55%-
HSV(B)316.15º27.08%37.65%-
XYZ8.827.5910.45-
YUV79.94133.11139.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=37.65%
G=27.45%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96708900.270.070.62316.1515.6632.55
Hex60465901B73E13c1021
Octal1401061310337764742041
Binary11000001000110101100101101111111111010011110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604659; }

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

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

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

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

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

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

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

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