Html Css Color HEX #4F3D4D Purple Taupe

📋 copy color: '#4F3D4D'

red 79 ◦ green 61 ◦ blue 77

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

Shades of Purple Taupe #4F3D4D

Tints of Purple Taupe #4F3D4D

RGB

 RED value IS 79 (31.25% from 255) = 36.41%

 GREEN value IS 61 (24.22% from 255) = 28.11%

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

R = 36.41%
G = 28.11%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F3D4D (or 0x4F3D4D) is known color: Purple Taupe. HEX triplet: 4F, 3D and 4D. RGB value is (79,61,77). Sum of RGB (Red+Green+Blue) = 79+61+77=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3D4D is #B0C2B2. Grayscale: #444444. Windows color (decimal): -11584179 or 5061967. OLE color: 5061967.

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

Color convert

RGB 79 61 77 -
CMYK 0 0.23 0.03 0.69
HSL 306.67º 0.13% 0.27% -
HSV(B) 306.67º 0.23% 0.31% -
XYZ 6.23 5.54 7.76 -
YUV 68.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 79 61 77 0 0.23 0.03 0.69 306.67 0.13 0.27
Hex 4F 3D 4D 0 17 3 45 133 D 1B
Octal 117 75 115 0 27 3 105 463 15 33
Binary 1001111 111101 1001101 0 10111 11 1000101 100110011 1101 11011

Color Harmonies of #4F3D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3D4D

Black with #4F3D4D

Text Example


Text Example

White with #4F3D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,61,77); }

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

background-color css

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

 a { background-color: rgb(79,61,77); }

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

border-color css

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

 span { border-color: rgb(79,61,77); }

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