#5D3659

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

Shades of Palatinate Purple #5D3659

Tints of Palatinate Purple #5D3659

Color information

#5D3659 (or 0x5D3659) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 36 and 59. RGB value is (93,54,89). Sum of RGB (Red+Green+Blue) = 93+54+89=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3659 is #A2C9A6. Grayscale: #454545. Windows color (decimal): -10668455 or 5846621. OLE color: 5846621.

HSL color Cylindrical-coordinate representation of color #5D3659: hue angle of 306.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3659 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB935489-
CMYK00.420.040.64
HSL306.15º26.53%28.82%-
HSV(B)306.15º41.94%36.47%-
XYZ7.645.6910.15-
YUV69.65138.92144.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.41%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=39.41%
G=22.88%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93548900.420.040.64306.1526.5328.82
Hex5D365902A4401321b1d
Octal1356613105241004623335
Binary10111011101101011001010101010010000001001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,89); }

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

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

 a { background-color: rgb(93,54,89); }

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

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

 span { border-color: rgb(93,54,89); }

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