#58384F

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

Shades of Purple Taupe #58384F

Tints of Purple Taupe #58384F

Color information

#58384F (or 0x58384F) is unknown color: approx Purple Taupe. HEX triplet: 58, 38 and 4F. RGB value is (88,56,79). Sum of RGB (Red+Green+Blue) = 88+56+79=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #58384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58384F is #A7C7B0. Grayscale: #444444. Windows color (decimal): -10995633 or 5191768. OLE color: 5191768.

HSL color Cylindrical-coordinate representation of color #58384F: hue angle of 316.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58384F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB885679-
CMYK00.360.100.65
HSL316.88º22.22%28.24%-
HSV(B)316.88º36.36%34.51%-
XYZ6.855.478.09-
YUV68.19134.1142.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=39.46%
G=25.11%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88567900.360.100.65316.8822.2228.24
Hex58384F024A4113d161c
Octal13070117044121014752634
Binary101100011100010011110100100101010000011001111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58384F; }

 p { color: rgb(88,56,79); }

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

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

 a { background-color: rgb(88,56,79); }

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

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

 span { border-color: rgb(88,56,79); }

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