#591D4F

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

Shades of Palatinate Purple #591D4F

Tints of Palatinate Purple #591D4F

Color information

#591D4F (or 0x591D4F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1D and 4F. RGB value is (89,29,79). Sum of RGB (Red+Green+Blue) = 89+29+79=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D4F is #A6E2B0. Grayscale: #343434. Windows color (decimal): -10937009 or 5184857. OLE color: 5184857.

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

Color convert

RGB892979-
CMYK00.670.110.65
HSL310º50.85%23.14%-
HSV(B)310º67.42%34.9%-
XYZ5.973.577.77-
YUV52.64142.88153.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=45.18%
G=14.72%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89297900.670.110.6531050.8523.14
Hex591D4F043B411363317
Octal131351170103131014666327
Binary1011001111011001111010000111011100000110011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,29,79); }

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

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

 a { background-color: rgb(89,29,79); }

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

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

 span { border-color: rgb(89,29,79); }

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