Html Css Color HEX #4C3B4A Purple Taupe

📋 copy color: '#4C3B4A'

red 76 ◦ green 59 ◦ blue 74

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

Shades of Purple Taupe #4C3B4A

Tints of Purple Taupe #4C3B4A

RGB

 RED value IS 76 (30.08% from 255) = 36.36%

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

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

R = 36.36%
G = 28.23%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C3B4A (or 0x4C3B4A) is known color: Purple Taupe. HEX triplet: 4C, 3B and 4A. RGB value is (76,59,74). Sum of RGB (Red+Green+Blue) = 76+59+74=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3B4A is #B3C4B5. Grayscale: #414141. Windows color (decimal): -11781302 or 4864844. OLE color: 4864844.

HSL color Cylindrical-coordinate representation of color #4C3B4A: hue angle of 307.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C3B4A is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 59 74 -
CMYK 0 0.22 0.03 0.70
HSL 307.06º 0.13% 0.26% -
HSV(B) 307.06º 0.22% 0.3% -
XYZ 5.78 5.16 7.17 -
YUV 65.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 76 59 74 0 0.22 0.03 0.70 307.06 0.13 0.26
Hex 4C 3B 4A 0 16 3 46 133 D 1A
Octal 114 73 112 0 26 3 106 463 15 32
Binary 1001100 111011 1001010 0 10110 11 1000110 100110011 1101 11010

Color Harmonies of #4C3B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3B4A

Black with #4C3B4A

Text Example


Text Example

White with #4C3B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,59,74); }

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

background-color css

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

 a { background-color: rgb(76,59,74); }

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

border-color css

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

 span { border-color: rgb(76,59,74); }

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