#4F3C4A

Color #4F3C4A Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #4F3C4A

Tints of Purple Taupe #4F3C4A

Color information

#4F3C4A (or 0x4F3C4A) is unknown color: approx Purple Taupe. HEX triplet: 4F, 3C and 4A. RGB value is (79,60,74). Sum of RGB (Red+Green+Blue) = 79+60+74=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C4A is #B0C3B5. Grayscale: #434343. Windows color (decimal): -11584438 or 4865103. OLE color: 4865103.

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

Color convert

RGB796074-
CMYK00.240.060.69
HSL315.79º13.67%27.25%-
HSV(B)315.79º24.05%30.98%-
XYZ6.085.397.2-
YUV67.28131.79136.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=37.09%
G=28.17%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79607400.240.060.69315.7913.6727.25
Hex4F3C4A01864513ce1b
Octal1177411203061054741633
Binary100111111110010010100110001101000101100111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,74); }

 H1.HeaderClassName
 {
   color: #4F3C4A;
 }
 .AnyTagClassName
 {
   color: #4F3C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(79,60,74); }

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

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

 span { border-color: rgb(79,60,74); }

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