#591D52

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

Shades of Palatinate Purple #591D52

Tints of Palatinate Purple #591D52

Color information

#591D52 (or 0x591D52) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1D and 52. RGB value is (89,29,82). Sum of RGB (Red+Green+Blue) = 89+29+82=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #591D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D52 is #A6E2AD. Grayscale: #343434. Windows color (decimal): -10937006 or 5381465. OLE color: 5381465.

HSL color Cylindrical-coordinate representation of color #591D52: hue angle of 307º 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 #591D52 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB892982-
CMYK00.670.080.65
HSL307º50.85%23.14%-
HSV(B)307º67.42%34.9%-
XYZ6.083.618.36-
YUV52.98144.38153.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=44.5%
G=14.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89298200.670.080.6530750.8523.14
Hex591D520438411333317
Octal131351220103101014636327
Binary1011001111011010010010000111000100000110011001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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