Html Css Color HEX #59364E Purple Taupe

📋 copy color: '#59364E'

red 89 ◦ green 54 ◦ blue 78

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

Shades of Purple Taupe #59364E

Tints of Purple Taupe #59364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 40.27%
G = 24.43%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59364E (or 0x59364E) is known color: Purple Taupe. HEX triplet: 59, 36 and 4E. RGB value is (89,54,78). Sum of RGB (Red+Green+Blue) = 89+54+78=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59364E is #A6C9B1. Grayscale: #434343. Windows color (decimal): -10930610 or 5125721. OLE color: 5125721.

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

Color convert

RGB 89 54 78 -
CMYK 0 0.39 0.12 0.65
HSL 318.86º 0.24% 0.28% -
HSV(B) 318.86º 0.39% 0.35% -
XYZ 6.81 5.31 7.87 -
YUV 67.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 89 54 78 0 0.39 0.12 0.65 318.86 0.24 0.28
Hex 59 36 4E 0 27 C 41 13F 18 1C
Octal 131 66 116 0 47 14 101 477 30 34
Binary 1011001 110110 1001110 0 100111 1100 1000001 100111111 11000 11100

Color Harmonies of #59364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59364E

Black with #59364E

Text Example


Text Example

White with #59364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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