#593155

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

Shades of Purple Taupe #593155

Tints of Purple Taupe #593155

Color information

#593155 (or 0x593155) is unknown color: approx Purple Taupe. HEX triplet: 59, 31 and 55. RGB value is (89,49,85). Sum of RGB (Red+Green+Blue) = 89+49+85=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #593155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593155 is #A6CEAA. Grayscale: #404040. Windows color (decimal): -10931883 or 5583193. OLE color: 5583193.

HSL color Cylindrical-coordinate representation of color #593155: hue angle of 306º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #593155 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB894985-
CMYK00.450.040.65
HSL306º28.99%27.06%-
HSV(B)306º44.94%34.9%-
XYZ6.864.989.19-
YUV65.06139.25145.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=39.91%
G=21.97%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89498500.450.040.6530628.9927.06
Hex59315502D4411321d1b
Octal1316112505541014623533
Binary10110011100011010101010110110010000011001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593155; }

 p { color: rgb(89,49,85); }

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

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

 a { background-color: rgb(89,49,85); }

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

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

 span { border-color: rgb(89,49,85); }

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