#591F55

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

Shades of Palatinate Purple #591F55

Tints of Palatinate Purple #591F55

Color information

#591F55 (or 0x591F55) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1F and 55. RGB value is (89,31,85). Sum of RGB (Red+Green+Blue) = 89+31+85=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #591F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F55 is #A6E0AA. Grayscale: #363636. Windows color (decimal): -10936491 or 5578585. OLE color: 5578585.

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

Color convert

RGB893185-
CMYK00.650.040.65
HSL304.14º48.33%23.53%-
HSV(B)304.14º65.17%34.9%-
XYZ6.253.768.99-
YUV54.5145.22152.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=43.41%
G=15.12%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89318500.650.040.65304.1448.3323.53
Hex591F550414411303018
Octal13137125010141014606030
Binary101100111111101010101000001100100000110011000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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