Html Css Color HEX #4E3A4D Purple Taupe

📋 copy color: '#4E3A4D'

red 78 ◦ green 58 ◦ blue 77

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

Shades of Purple Taupe #4E3A4D

Tints of Purple Taupe #4E3A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.23%

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

R = 36.62%
G = 27.23%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E3A4D (or 0x4E3A4D) is known color: Purple Taupe. HEX triplet: 4E, 3A and 4D. RGB value is (78,58,77). Sum of RGB (Red+Green+Blue) = 78+58+77=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3A4D is #B1C5B2. Grayscale: #424242. Windows color (decimal): -11650483 or 5061198. OLE color: 5061198.

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

Color convert

RGB 78 58 77 -
CMYK 0 0.26 0.01 0.69
HSL 303º 0.15% 0.27% -
HSV(B) 303º 0.26% 0.31% -
XYZ 5.99 5.18 7.71 -
YUV 66.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 78 58 77 0 0.26 0.01 0.69 303 0.15 0.27
Hex 4E 3A 4D 0 1A 1 45 12F F 1B
Octal 116 72 115 0 32 1 105 457 17 33
Binary 1001110 111010 1001101 0 11010 1 1000101 100101111 1111 11011

Color Harmonies of #4E3A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A4D

Black with #4E3A4D

Text Example


Text Example

White with #4E3A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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