#4F3A4A

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

Shades of Purple Taupe #4F3A4A

Tints of Purple Taupe #4F3A4A

Color information

#4F3A4A (or 0x4F3A4A) is unknown color: approx Purple Taupe. HEX triplet: 4F, 3A and 4A. RGB value is (79,58,74). Sum of RGB (Red+Green+Blue) = 79+58+74=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A4A is #B0C5B5. Grayscale: #424242. Windows color (decimal): -11584950 or 4864591. OLE color: 4864591.

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

Color convert

RGB795874-
CMYK00.270.060.69
HSL314.29º15.33%26.86%-
HSV(B)314.29º26.58%30.98%-
XYZ5.975.187.16-
YUV66.1132.46137.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=37.44%
G=27.49%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79587400.270.060.69314.2915.3326.86
Hex4F3A4A01B64513af1b
Octal1177211203361054721733
Binary100111111101010010100110111101000101100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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