#591C58

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

Shades of Palatinate Purple #591C58

Tints of Palatinate Purple #591C58

Color information

#591C58 (or 0x591C58) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1C and 58. RGB value is (89,28,88). Sum of RGB (Red+Green+Blue) = 89+28+88=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #591C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C58 is #A6E3A7. Grayscale: #343434. Windows color (decimal): -10937256 or 5774425. OLE color: 5774425.

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

Color convert

RGB892888-
CMYK00.690.010.65
HSL300.98º52.14%22.94%-
HSV(B)300.98º68.54%34.9%-
XYZ6.33.669.61-
YUV53.08147.71153.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=43.41%
G=13.66%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89288800.690.010.65300.9852.1422.94
Hex591C5804514112d3417
Octal13134130010511014556427
Binary1011001111001011000010001011100000110010110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,28,88); }

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

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

 a { background-color: rgb(89,28,88); }

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

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

 span { border-color: rgb(89,28,88); }

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