Html Css Color HEX #4E3B4D Purple Taupe

📋 copy color: '#4E3B4D'

red 78 ◦ green 59 ◦ blue 77

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

Shades of Purple Taupe #4E3B4D

Tints of Purple Taupe #4E3B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.57%

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

R = 36.45%
G = 27.57%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E3B4D (or 0x4E3B4D) is known color: Purple Taupe. HEX triplet: 4E, 3B and 4D. RGB value is (78,59,77). Sum of RGB (Red+Green+Blue) = 78+59+77=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B4D is #B1C4B2. Grayscale: #424242. Windows color (decimal): -11650227 or 5061454. OLE color: 5061454.

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

Color convert

RGB 78 59 77 -
CMYK 0 0.24 0.01 0.69
HSL 303.16º 0.14% 0.27% -
HSV(B) 303.16º 0.24% 0.31% -
XYZ 6.05 5.28 7.72 -
YUV 66.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 78 59 77 0 0.24 0.01 0.69 303.16 0.14 0.27
Hex 4E 3B 4D 0 18 1 45 12F E 1B
Octal 116 73 115 0 30 1 105 457 16 33
Binary 1001110 111011 1001101 0 11000 1 1000101 100101111 1110 11011

Color Harmonies of #4E3B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3B4D

Black with #4E3B4D

Text Example


Text Example

White with #4E3B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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