#574351

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

Shades of Purple Taupe #574351

Tints of Purple Taupe #574351

Color information

#574351 (or 0x574351) is unknown color: approx Purple Taupe. HEX triplet: 57, 43 and 51. RGB value is (87,67,81). Sum of RGB (Red+Green+Blue) = 87+67+81=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574351 is #A8BCAE. Grayscale: #4A4A4A. Windows color (decimal): -11058351 or 5325655. OLE color: 5325655.

HSL color Cylindrical-coordinate representation of color #574351: hue angle of 318º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #574351 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB876781-
CMYK00.230.070.66
HSL318º12.99%30.2%-
HSV(B)318º22.99%34.12%-
XYZ7.426.638.67-
YUV74.58131.63136.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=37.02%
G=28.51%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87678100.230.070.6631812.9930.2
Hex57435101774213ed1e
Octal12710312102771024761536
Binary1010111100001110100010101111111000010100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574351; }

 p { color: rgb(87,67,81); }

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

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

 a { background-color: rgb(87,67,81); }

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

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

 span { border-color: rgb(87,67,81); }

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