Html Css Color HEX #593155 Purple Taupe

📋 copy color: '#593155'

red 89 ◦ green 49 ◦ blue 85

#593155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #593155

Tints of Purple Taupe #593155

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 value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#593155 (or 0x593155) is known color: 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

RGB 89 49 85 -
CMYK 0 0.45 0.04 0.65
HSL 306º 0.29% 0.27% -
HSV(B) 306º 0.45% 0.35% -
XYZ 6.86 4.98 9.19 -
YUV 65.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 89 49 85 0 0.45 0.04 0.65 306 0.29 0.27
Hex 59 31 55 0 2D 4 41 132 1D 1B
Octal 131 61 125 0 55 4 101 462 35 33
Binary 1011001 110001 1010101 0 101101 100 1000001 100110010 11101 11011

Color Harmonies of #593155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593155

Black with #593155

Text Example


Text Example

White with #593155

Text Example


Text Example

HTML Codes & Css Web 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>