Html Css Color HEX #54414E Purple Taupe

📋 copy color: '#54414E'

red 84 ◦ green 65 ◦ blue 78

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

Shades of Purple Taupe #54414E

Tints of Purple Taupe #54414E

RGB

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

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

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

R = 37%
G = 28.63%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54414E (or 0x54414E) is known color: Purple Taupe. HEX triplet: 54, 41 and 4E. RGB value is (84,65,78). Sum of RGB (Red+Green+Blue) = 84+65+78=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54414E is #ABBEB1. Grayscale: #484848. Windows color (decimal): -11255474 or 5128532. OLE color: 5128532.

HSL color Cylindrical-coordinate representation of color #54414E: hue angle of 318.95º 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 #54414E is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 65 78 -
CMYK 0 0.23 0.07 0.67
HSL 318.95º 0.13% 0.29% -
HSV(B) 318.95º 0.23% 0.33% -
XYZ 6.92 6.22 8.04 -
YUV 72.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 84 65 78 0 0.23 0.07 0.67 318.95 0.13 0.29
Hex 54 41 4E 0 17 7 43 13F D 1D
Octal 124 101 116 0 27 7 103 477 15 35
Binary 1010100 1000001 1001110 0 10111 111 1000011 100111111 1101 11101

Color Harmonies of #54414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54414E

Black with #54414E

Text Example


Text Example

White with #54414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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