#591A58

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

Shades of Palatinate Purple #591A58

Tints of Palatinate Purple #591A58

Color information

#591A58 (or 0x591A58) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1A and 58. RGB value is (89,26,88). Sum of RGB (Red+Green+Blue) = 89+26+88=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #591A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A58 is #A6E5A7. Grayscale: #333333. Windows color (decimal): -10937768 or 5773913. OLE color: 5773913.

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

Color convert

RGB892688-
CMYK00.710.010.65
HSL300.95º54.78%22.55%-
HSV(B)300.95º70.79%34.9%-
XYZ6.253.579.59-
YUV51.9148.37154.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=43.84%
G=12.81%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89268800.710.010.65300.9554.7822.55
Hex591A5804714112d3717
Octal13132130010711014556727
Binary1011001110101011000010001111100000110010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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