Html Css Color HEX #4C3A4A Purple Taupe

📋 copy color: '#4C3A4A'

red 76 ◦ green 58 ◦ blue 74

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

Shades of Purple Taupe #4C3A4A

Tints of Purple Taupe #4C3A4A

RGB

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

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

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

R = 36.54%
G = 27.88%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C3A4A (or 0x4C3A4A) is known color: Purple Taupe. HEX triplet: 4C, 3A and 4A. RGB value is (76,58,74). Sum of RGB (Red+Green+Blue) = 76+58+74=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A4A is #B3C5B5. Grayscale: #414141. Windows color (decimal): -11781558 or 4864588. OLE color: 4864588.

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

Color convert

RGB 76 58 74 -
CMYK 0 0.24 0.03 0.70
HSL 306.67º 0.13% 0.26% -
HSV(B) 306.67º 0.24% 0.3% -
XYZ 5.73 5.06 7.15 -
YUV 65.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 76 58 74 0 0.24 0.03 0.70 306.67 0.13 0.26
Hex 4C 3A 4A 0 18 3 46 133 D 1A
Octal 114 72 112 0 30 3 106 463 15 32
Binary 1001100 111010 1001010 0 11000 11 1000110 100110011 1101 11010

Color Harmonies of #4C3A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A4A

Black with #4C3A4A

Text Example


Text Example

White with #4C3A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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