#474145

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

Shades of Purple Taupe #474145

Tints of Purple Taupe #474145

Color information

#474145 (or 0x474145) is unknown color: approx Purple Taupe. HEX triplet: 47, 41 and 45. RGB value is (71,65,69). Sum of RGB (Red+Green+Blue) = 71+65+69=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474145 is #B8BEBA. Grayscale: #434343. Windows color (decimal): -12107451 or 4538695. OLE color: 4538695.

HSL color Cylindrical-coordinate representation of color #474145: hue angle of 320º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474145 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB716569-
CMYK00.080.030.72
HSL320º4.41%26.67%-
HSV(B)320º8.45%27.84%-
XYZ5.565.556.41-
YUV67.25128.99130.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=34.63%
G=31.71%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71656900.080.030.723204.4126.67
Hex4741450834814041b
Octal1071011050103110500433
Binary1000111100000110001010100011100100010100000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474145; }

 p { color: rgb(71,65,69); }

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

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

 a { background-color: rgb(71,65,69); }

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

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

 span { border-color: rgb(71,65,69); }

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