Html Css Color HEX #59384E Purple Taupe

📋 copy color: '#59384E'

red 89 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #59384E

Tints of Purple Taupe #59384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 39.91%
G = 25.11%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59384E (or 0x59384E) is known color: Purple Taupe. HEX triplet: 59, 38 and 4E. RGB value is (89,56,78). Sum of RGB (Red+Green+Blue) = 89+56+78=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #59384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59384E is #A6C7B1. Grayscale: #444444. Windows color (decimal): -10930098 or 5126233. OLE color: 5126233.

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

Color convert

RGB 89 56 78 -
CMYK 0 0.37 0.12 0.65
HSL 320º 0.23% 0.28% -
HSV(B) 320º 0.37% 0.35% -
XYZ 6.91 5.5 7.91 -
YUV 68.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 89 56 78 0 0.37 0.12 0.65 320 0.23 0.28
Hex 59 38 4E 0 25 C 41 140 17 1C
Octal 131 70 116 0 45 14 101 500 27 34
Binary 1011001 111000 1001110 0 100101 1100 1000001 101000000 10111 11100

Color Harmonies of #59384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59384E

Black with #59384E

Text Example


Text Example

White with #59384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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