Html Css Color HEX #57394E Purple Taupe

📋 copy color: '#57394E'

red 87 ◦ green 57 ◦ blue 78

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

Shades of Purple Taupe #57394E

Tints of Purple Taupe #57394E

RGB

 RED value IS 87 (34.38% from 255) = 39.19%

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 39.19%
G = 25.68%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57394E (or 0x57394E) is known color: Purple Taupe. HEX triplet: 57, 39 and 4E. RGB value is (87,57,78). Sum of RGB (Red+Green+Blue) = 87+57+78=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #57394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57394E is #A8C6B1. Grayscale: #444444. Windows color (decimal): -11060914 or 5126487. OLE color: 5126487.

HSL color Cylindrical-coordinate representation of color #57394E: hue angle of 318º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57394E is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 57 78 -
CMYK 0 0.34 0.10 0.66
HSL 318º 0.21% 0.28% -
HSV(B) 318º 0.34% 0.34% -
XYZ 6.77 5.5 7.91 -
YUV 68.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 87 57 78 0 0.34 0.10 0.66 318 0.21 0.28
Hex 57 39 4E 0 22 A 42 13E 15 1C
Octal 127 71 116 0 42 12 102 476 25 34
Binary 1010111 111001 1001110 0 100010 1010 1000010 100111110 10101 11100

Color Harmonies of #57394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57394E

Black with #57394E

Text Example


Text Example

White with #57394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,57,78); }

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

background-color css

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

 a { background-color: rgb(87,57,78); }

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

border-color css

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

 span { border-color: rgb(87,57,78); }

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