#5E3450

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

Shades of Purple Taupe #5E3450

Tints of Purple Taupe #5E3450

Color information

#5E3450 (or 0x5E3450) is unknown color: approx Purple Taupe. HEX triplet: 5E, 34 and 50. RGB value is (94,52,80). Sum of RGB (Red+Green+Blue) = 94+52+80=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3450 is #A1CBAF. Grayscale: #434343. Windows color (decimal): -10603440 or 5256286. OLE color: 5256286.

HSL color Cylindrical-coordinate representation of color #5E3450: hue angle of 320º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3450 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB945280-
CMYK00.450.150.63
HSL320º28.77%28.63%-
HSV(B)320º44.68%36.86%-
XYZ7.295.418.25-
YUV67.75134.91146.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.59%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=41.59%
G=23.01%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94528000.450.150.6332028.7728.63
Hex5E345002DF3F1401d1d
Octal1366412005517775003535
Binary10111101101001010000010110111111111111010000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E3450; }

 p { color: rgb(94,52,80); }

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

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

 a { background-color: rgb(94,52,80); }

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

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

 span { border-color: rgb(94,52,80); }

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