Html Css Color HEX #4E3C4D Purple Taupe

📋 copy color: '#4E3C4D'

red 78 ◦ green 60 ◦ blue 77

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

Shades of Purple Taupe #4E3C4D

Tints of Purple Taupe #4E3C4D

RGB

 RED value IS 78 (30.86% from 255) = 36.28%

 GREEN value IS 60 (23.83% from 255) = 27.91%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 36.28%
G = 27.91%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E3C4D (or 0x4E3C4D) is known color: Purple Taupe. HEX triplet: 4E, 3C and 4D. RGB value is (78,60,77). Sum of RGB (Red+Green+Blue) = 78+60+77=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C4D is #B1C3B2. Grayscale: #434343. Windows color (decimal): -11649971 or 5061710. OLE color: 5061710.

HSL color Cylindrical-coordinate representation of color #4E3C4D: hue angle of 303.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E3C4D is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 60 77 -
CMYK 0 0.23 0.01 0.69
HSL 303.33º 0.13% 0.27% -
HSV(B) 303.33º 0.23% 0.31% -
XYZ 6.1 5.39 7.74 -
YUV 67.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 78 60 77 0 0.23 0.01 0.69 303.33 0.13 0.27
Hex 4E 3C 4D 0 17 1 45 12F D 1B
Octal 116 74 115 0 27 1 105 457 15 33
Binary 1001110 111100 1001101 0 10111 1 1000101 100101111 1101 11011

Color Harmonies of #4E3C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C4D

Black with #4E3C4D

Text Example


Text Example

White with #4E3C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E3C4D; }

 p { color: rgb(78,60,77); }

 H1.HeaderClassName
 {
   color: #4E3C4D;
 }
 .AnyTagClassName
 {
   color: #4E3C4D;
 }
</style>

background-color css

<style>
 a { background-color: #4E3C4D; }

 a { background-color: rgb(78,60,77); }

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

border-color css

<style>
 span { border-color: #4E3C4D; }

 span { border-color: rgb(78,60,77); }

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