Html Css Color HEX #54364E Purple Taupe

📋 copy color: '#54364E'

red 84 ◦ green 54 ◦ blue 78

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

Shades of Purple Taupe #54364E

Tints of Purple Taupe #54364E

RGB

 RED value IS 84 (33.2% from 255) = 38.89%

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 38.89%
G = 25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54364E (or 0x54364E) is known color: Purple Taupe. HEX triplet: 54, 36 and 4E. RGB value is (84,54,78). Sum of RGB (Red+Green+Blue) = 84+54+78=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54364E is #ABC9B1. Grayscale: #414141. Windows color (decimal): -11258290 or 5125716. OLE color: 5125716.

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

Color convert

RGB 84 54 78 -
CMYK 0 0.36 0.07 0.67
HSL 312º 0.22% 0.27% -
HSV(B) 312º 0.36% 0.33% -
XYZ 6.35 5.07 7.85 -
YUV 65.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 84 54 78 0 0.36 0.07 0.67 312 0.22 0.27
Hex 54 36 4E 0 24 7 43 138 16 1B
Octal 124 66 116 0 44 7 103 470 26 33
Binary 1010100 110110 1001110 0 100100 111 1000011 100111000 10110 11011

Color Harmonies of #54364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54364E

Black with #54364E

Text Example


Text Example

White with #54364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,54,78); }

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

background-color css

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

 a { background-color: rgb(84,54,78); }

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

border-color css

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

 span { border-color: rgb(84,54,78); }

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