#584150

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

Shades of Purple Taupe #584150

Tints of Purple Taupe #584150

Color information

#584150 (or 0x584150) is unknown color: approx Purple Taupe. HEX triplet: 58, 41 and 50. RGB value is (88,65,80). Sum of RGB (Red+Green+Blue) = 88+65+80=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #584150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584150 is #A7BEAF. Grayscale: #494949. Windows color (decimal): -10993328 or 5259608. OLE color: 5259608.

HSL color Cylindrical-coordinate representation of color #584150: hue angle of 320.87º 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 #584150 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB886580-
CMYK00.260.090.65
HSL320.87º15.03%30%-
HSV(B)320.87º26.14%34.51%-
XYZ7.366.438.44-
YUV73.59131.62138.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=37.77%
G=27.90%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88658000.260.090.65320.8715.0330
Hex58415001A941141f1e
Octal130101120032111015011736
Binary10110001000001101000001101010011000001101000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584150; }

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

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

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

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

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

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

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

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