#593D4F

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

Shades of Purple Taupe #593D4F

Tints of Purple Taupe #593D4F

Color information

#593D4F (or 0x593D4F) is unknown color: approx Purple Taupe. HEX triplet: 59, 3D and 4F. RGB value is (89,61,79). Sum of RGB (Red+Green+Blue) = 89+61+79=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D4F is #A6C2B0. Grayscale: #474747. Windows color (decimal): -10928817 or 5193049. OLE color: 5193049.

HSL color Cylindrical-coordinate representation of color #593D4F: hue angle of 321.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D4F is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB896179-
CMYK00.310.110.65
HSL321.43º18.67%29.41%-
HSV(B)321.43º31.46%34.9%-
XYZ7.26.038.18-
YUV71.42132.28140.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=38.86%
G=26.64%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89617900.310.110.65321.4318.6729.41
Hex593D4F01FB41141131d
Octal13175117037131015012335
Binary10110011111011001111011111101110000011010000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593D4F; }

 p { color: rgb(89,61,79); }

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

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

 a { background-color: rgb(89,61,79); }

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

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

 span { border-color: rgb(89,61,79); }

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