Html Css Color HEX #54414F Purple Taupe

📋 copy color: '#54414F'

red 84 ◦ green 65 ◦ blue 79

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

Shades of Purple Taupe #54414F

Tints of Purple Taupe #54414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 36.84%
G = 28.51%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54414F (or 0x54414F) is known color: Purple Taupe. HEX triplet: 54, 41 and 4F. RGB value is (84,65,79). Sum of RGB (Red+Green+Blue) = 84+65+79=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #54414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54414F is #ABBEB0. Grayscale: #484848. Windows color (decimal): -11255473 or 5194068. OLE color: 5194068.

HSL color Cylindrical-coordinate representation of color #54414F: hue angle of 315.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54414F is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 65 79 -
CMYK 0 0.23 0.06 0.67
HSL 315.79º 0.13% 0.29% -
HSV(B) 315.79º 0.23% 0.33% -
XYZ 6.96 6.23 8.23 -
YUV 72.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 84 65 79 0 0.23 0.06 0.67 315.79 0.13 0.29
Hex 54 41 4F 0 17 6 43 13C D 1D
Octal 124 101 117 0 27 6 103 474 15 35
Binary 1010100 1000001 1001111 0 10111 110 1000011 100111100 1101 11101

Color Harmonies of #54414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54414F

Black with #54414F

Text Example


Text Example

White with #54414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,65,79); }

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

background-color css

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

 a { background-color: rgb(84,65,79); }

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

border-color css

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

 span { border-color: rgb(84,65,79); }

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