#591E55

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

Shades of Palatinate Purple #591E55

Tints of Palatinate Purple #591E55

Color information

#591E55 (or 0x591E55) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1E and 55. RGB value is (89,30,85). Sum of RGB (Red+Green+Blue) = 89+30+85=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #591E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E55 is #A6E1AA. Grayscale: #353535. Windows color (decimal): -10936747 or 5578329. OLE color: 5578329.

HSL color Cylindrical-coordinate representation of color #591E55: hue angle of 304.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E55 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB893085-
CMYK00.660.040.65
HSL304.07º49.58%23.33%-
HSV(B)304.07º66.29%34.9%-
XYZ6.223.718.98-
YUV53.91145.55153.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=43.63%
G=14.71%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89308500.660.040.65304.0749.5823.33
Hex591E550424411303217
Octal13136125010241014606227
Binary101100111110101010101000010100100000110011000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E55; }

 p { color: rgb(89,30,85); }

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

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

 a { background-color: rgb(89,30,85); }

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

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

 span { border-color: rgb(89,30,85); }

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