#58384E

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

Shades of Purple Taupe #58384E

Tints of Purple Taupe #58384E

Color information

#58384E (or 0x58384E) is unknown color: approx Purple Taupe. HEX triplet: 58, 38 and 4E. RGB value is (88,56,78). Sum of RGB (Red+Green+Blue) = 88+56+78=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58384E is #A7C7B1. Grayscale: #444444. Windows color (decimal): -10995634 or 5126232. OLE color: 5126232.

HSL color Cylindrical-coordinate representation of color #58384E: hue angle of 318.75º 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 #58384E is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB885678-
CMYK00.360.110.65
HSL318.75º22.22%28.24%-
HSV(B)318.75º36.36%34.51%-
XYZ6.815.457.9-
YUV68.08133.6142.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=39.64%
G=25.23%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88567800.360.110.65318.7522.2228.24
Hex58384E024B4113f161c
Octal13070116044131014772634
Binary101100011100010011100100100101110000011001111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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