Html Css Color HEX #54384C Purple Taupe

📋 copy color: '#54384C'

red 84 ◦ green 56 ◦ blue 76

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

Shades of Purple Taupe #54384C

Tints of Purple Taupe #54384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 38.89%
G = 25.93%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54384C (or 0x54384C) is known color: Purple Taupe. HEX triplet: 54, 38 and 4C. RGB value is (84,56,76). Sum of RGB (Red+Green+Blue) = 84+56+76=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54384C is #ABC7B3. Grayscale: #424242. Windows color (decimal): -11257780 or 4995156. OLE color: 4995156.

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

Color convert

RGB 84 56 76 -
CMYK 0 0.33 0.10 0.67
HSL 317.14º 0.2% 0.27% -
HSV(B) 317.14º 0.33% 0.33% -
XYZ 6.37 5.23 7.51 -
YUV 66.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 84 56 76 0 0.33 0.10 0.67 317.14 0.2 0.27
Hex 54 38 4C 0 21 A 43 13D 14 1B
Octal 124 70 114 0 41 12 103 475 24 33
Binary 1010100 111000 1001100 0 100001 1010 1000011 100111101 10100 11011

Color Harmonies of #54384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54384C

Black with #54384C

Text Example


Text Example

White with #54384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54384C; }

 p { color: rgb(84,56,76); }

 H1.HeaderClassName
 {
   color: #54384C;
 }
 .AnyTagClassName
 {
   color: #54384C;
 }
</style>

background-color css

<style>
 a { background-color: #54384C; }

 a { background-color: rgb(84,56,76); }

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

border-color css

<style>
 span { border-color: #54384C; }

 span { border-color: rgb(84,56,76); }

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