Html Css Color HEX #57384B Purple Taupe

📋 copy color: '#57384B'

red 87 ◦ green 56 ◦ blue 75

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

Shades of Purple Taupe #57384B

Tints of Purple Taupe #57384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 39.91%
G = 25.69%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57384B (or 0x57384B) is known color: Purple Taupe. HEX triplet: 57, 38 and 4B. RGB value is (87,56,75). Sum of RGB (Red+Green+Blue) = 87+56+75=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57384B is #A8C7B4. Grayscale: #434343. Windows color (decimal): -11061173 or 4929623. OLE color: 4929623.

HSL color Cylindrical-coordinate representation of color #57384B: hue angle of 323.23º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57384B is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 56 75 -
CMYK 0 0.36 0.14 0.66
HSL 323.23º 0.22% 0.28% -
HSV(B) 323.23º 0.36% 0.34% -
XYZ 6.61 5.36 7.34 -
YUV 67.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 87 56 75 0 0.36 0.14 0.66 323.23 0.22 0.28
Hex 57 38 4B 0 24 E 42 143 16 1C
Octal 127 70 113 0 44 16 102 503 26 34
Binary 1010111 111000 1001011 0 100100 1110 1000010 101000011 10110 11100

Color Harmonies of #57384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57384B

Black with #57384B

Text Example


Text Example

White with #57384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57384B; }

 p { color: rgb(87,56,75); }

 H1.HeaderClassName
 {
   color: #57384B;
 }
 .AnyTagClassName
 {
   color: #57384B;
 }
</style>

background-color css

<style>
 a { background-color: #57384B; }

 a { background-color: rgb(87,56,75); }

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

border-color css

<style>
 span { border-color: #57384B; }

 span { border-color: rgb(87,56,75); }

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