Html Css Color HEX #53374E Purple Taupe

📋 copy color: '#53374E'

red 83 ◦ green 55 ◦ blue 78

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

Shades of Purple Taupe #53374E

Tints of Purple Taupe #53374E

RGB

 RED value IS 83 (32.81% from 255) = 38.43%

 GREEN value IS 55 (21.88% from 255) = 25.46%

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

R = 38.43%
G = 25.46%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53374E (or 0x53374E) is known color: Purple Taupe. HEX triplet: 53, 37 and 4E. RGB value is (83,55,78). Sum of RGB (Red+Green+Blue) = 83+55+78=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53374E is #ACC8B1. Grayscale: #414141. Windows color (decimal): -11323570 or 5125971. OLE color: 5125971.

HSL color Cylindrical-coordinate representation of color #53374E: hue angle of 310.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53374E is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 78 -
CMYK 0 0.34 0.06 0.67
HSL 310.71º 0.2% 0.27% -
HSV(B) 310.71º 0.34% 0.33% -
XYZ 6.31 5.12 7.86 -
YUV 65.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 83 55 78 0 0.34 0.06 0.67 310.71 0.2 0.27
Hex 53 37 4E 0 22 6 43 137 14 1B
Octal 123 67 116 0 42 6 103 467 24 33
Binary 1010011 110111 1001110 0 100010 110 1000011 100110111 10100 11011

Color Harmonies of #53374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53374E

Black with #53374E

Text Example


Text Example

White with #53374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,55,78); }

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

background-color css

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

 a { background-color: rgb(83,55,78); }

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

border-color css

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

 span { border-color: rgb(83,55,78); }

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