Html Css Color HEX #4F3F4E Purple Taupe

📋 copy color: '#4F3F4E'

red 79 ◦ green 63 ◦ blue 78

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

Shades of Purple Taupe #4F3F4E

Tints of Purple Taupe #4F3F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 35.91%
G = 28.64%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F3F4E (or 0x4F3F4E) is known color: Purple Taupe. HEX triplet: 4F, 3F and 4E. RGB value is (79,63,78). Sum of RGB (Red+Green+Blue) = 79+63+78=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3F4E is #B0C0B1. Grayscale: #454545. Windows color (decimal): -11583666 or 5128015. OLE color: 5128015.

HSL color Cylindrical-coordinate representation of color #4F3F4E: hue angle of 303.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F3F4E is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 63 78 -
CMYK 0 0.20 0.01 0.69
HSL 303.75º 0.11% 0.28% -
HSV(B) 303.75º 0.2% 0.31% -
XYZ 6.38 5.77 7.98 -
YUV 69.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 79 63 78 0 0.20 0.01 0.69 303.75 0.11 0.28
Hex 4F 3F 4E 0 14 1 45 130 B 1C
Octal 117 77 116 0 24 1 105 460 13 34
Binary 1001111 111111 1001110 0 10100 1 1000101 100110000 1011 11100

Color Harmonies of #4F3F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3F4E

Black with #4F3F4E

Text Example


Text Example

White with #4F3F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,63,78); }

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

background-color css

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

 a { background-color: rgb(79,63,78); }

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

border-color css

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

 span { border-color: rgb(79,63,78); }

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