Html Css Color HEX #59374E Purple Taupe

📋 copy color: '#59374E'

red 89 ◦ green 55 ◦ blue 78

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

Shades of Purple Taupe #59374E

Tints of Purple Taupe #59374E

RGB

 RED value IS 89 (35.16% from 255) = 40.09%

 GREEN value IS 55 (21.88% from 255) = 24.77%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 40.09%
G = 24.77%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59374E (or 0x59374E) is known color: Purple Taupe. HEX triplet: 59, 37 and 4E. RGB value is (89,55,78). Sum of RGB (Red+Green+Blue) = 89+55+78=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59374E is #A6C8B1. Grayscale: #434343. Windows color (decimal): -10930354 or 5125977. OLE color: 5125977.

HSL color Cylindrical-coordinate representation of color #59374E: hue angle of 319.41º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59374E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 55 78 -
CMYK 0 0.38 0.12 0.65
HSL 319.41º 0.24% 0.28% -
HSV(B) 319.41º 0.38% 0.35% -
XYZ 6.86 5.41 7.89 -
YUV 67.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 89 55 78 0 0.38 0.12 0.65 319.41 0.24 0.28
Hex 59 37 4E 0 26 C 41 13F 18 1C
Octal 131 67 116 0 46 14 101 477 30 34
Binary 1011001 110111 1001110 0 100110 1100 1000001 100111111 11000 11100

Color Harmonies of #59374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59374E

Black with #59374E

Text Example


Text Example

White with #59374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59374E; }

 p { color: rgb(89,55,78); }

 H1.HeaderClassName
 {
   color: #59374E;
 }
 .AnyTagClassName
 {
   color: #59374E;
 }
</style>

background-color css

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

 a { background-color: rgb(89,55,78); }

 div.DivClassName
 {
   background-color: #59374E;
 }
 .BgClassName
 {
   background-color: #59374E;
 }
</style>

border-color css

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

 span { border-color: rgb(89,55,78); }

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