#584157

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

Shades of Purple Taupe #584157

Tints of Purple Taupe #584157

Color information

#584157 (or 0x584157) is unknown color: approx Purple Taupe. HEX triplet: 58, 41 and 57. RGB value is (88,65,87). Sum of RGB (Red+Green+Blue) = 88+65+87=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584157 is #A7BEA8. Grayscale: #4A4A4A. Windows color (decimal): -10993321 or 5718360. OLE color: 5718360.

HSL color Cylindrical-coordinate representation of color #584157: hue angle of 302.61º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584157 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB886587-
CMYK00.260.010.65
HSL302.61º15.03%30%-
HSV(B)302.61º26.14%34.51%-
XYZ7.646.549.88-
YUV74.39135.12137.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=36.67%
G=27.08%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88658700.260.010.65302.6115.0330
Hex58415701A14112ff1e
Octal13010112703211014571736
Binary10110001000001101011101101011000001100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584157; }

 p { color: rgb(88,65,87); }

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

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

 a { background-color: rgb(88,65,87); }

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

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

 span { border-color: rgb(88,65,87); }

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