Html Css Color HEX #57354F Purple Taupe

📋 copy color: '#57354F'

red 87 ◦ green 53 ◦ blue 79

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

Shades of Purple Taupe #57354F

Tints of Purple Taupe #57354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 39.73%
G = 24.2%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57354F (or 0x57354F) is known color: Purple Taupe. HEX triplet: 57, 35 and 4F. RGB value is (87,53,79). Sum of RGB (Red+Green+Blue) = 87+53+79=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57354F is #A8CAB0. Grayscale: #424242. Windows color (decimal): -11061937 or 5190999. OLE color: 5190999.

HSL color Cylindrical-coordinate representation of color #57354F: hue angle of 314.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57354F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 79 -
CMYK 0 0.39 0.09 0.66
HSL 314.12º 0.24% 0.27% -
HSV(B) 314.12º 0.39% 0.34% -
XYZ 6.61 5.14 8.04 -
YUV 66.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 87 53 79 0 0.39 0.09 0.66 314.12 0.24 0.27
Hex 57 35 4F 0 27 9 42 13A 18 1B
Octal 127 65 117 0 47 11 102 472 30 33
Binary 1010111 110101 1001111 0 100111 1001 1000010 100111010 11000 11011

Color Harmonies of #57354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57354F

Black with #57354F

Text Example


Text Example

White with #57354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57354F; }

 p { color: rgb(87,53,79); }

 H1.HeaderClassName
 {
   color: #57354F;
 }
 .AnyTagClassName
 {
   color: #57354F;
 }
</style>

background-color css

<style>
 a { background-color: #57354F; }

 a { background-color: rgb(87,53,79); }

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

border-color css

<style>
 span { border-color: #57354F; }

 span { border-color: rgb(87,53,79); }

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