Html Css Color HEX #4E3A4A Purple Taupe

📋 copy color: '#4E3A4A'

red 78 ◦ green 58 ◦ blue 74

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

Shades of Purple Taupe #4E3A4A

Tints of Purple Taupe #4E3A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 37.14%
G = 27.62%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E3A4A (or 0x4E3A4A) is known color: Purple Taupe. HEX triplet: 4E, 3A and 4A. RGB value is (78,58,74). Sum of RGB (Red+Green+Blue) = 78+58+74=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A4A is #B1C5B5. Grayscale: #414141. Windows color (decimal): -11650486 or 4864590. OLE color: 4864590.

HSL color Cylindrical-coordinate representation of color #4E3A4A: hue angle of 312º 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 #4E3A4A is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 58 74 -
CMYK 0 0.26 0.05 0.69
HSL 312º 0.15% 0.27% -
HSV(B) 312º 0.26% 0.31% -
XYZ 5.89 5.14 7.16 -
YUV 65.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 78 58 74 0 0.26 0.05 0.69 312 0.15 0.27
Hex 4E 3A 4A 0 1A 5 45 138 F 1B
Octal 116 72 112 0 32 5 105 470 17 33
Binary 1001110 111010 1001010 0 11010 101 1000101 100111000 1111 11011

Color Harmonies of #4E3A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A4A

Black with #4E3A4A

Text Example


Text Example

White with #4E3A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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