#591357

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

Shades of Palatinate Purple #591357

Tints of Palatinate Purple #591357

Color information

#591357 (or 0x591357) is unknown color: approx Palatinate Purple. HEX triplet: 59, 13 and 57. RGB value is (89,19,87). Sum of RGB (Red+Green+Blue) = 89+19+87=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #591357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591357 is #A6ECA8. Grayscale: #2F2F2F. Windows color (decimal): -10939561 or 5706585. OLE color: 5706585.

HSL color Cylindrical-coordinate representation of color #591357: hue angle of 301.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591357 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB891987-
CMYK00.790.020.65
HSL301.71º64.81%21.18%-
HSV(B)301.71º78.65%34.9%-
XYZ6.073.289.33-
YUV47.68150.19157.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=45.64%
G=9.74%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89198700.790.020.65301.7164.8121.18
Hex59135704F24112e4115
Octal131231270117210145610125
Binary101100110011101011101001111101000001100101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591357; }

 p { color: rgb(89,19,87); }

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

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

 a { background-color: rgb(89,19,87); }

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

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

 span { border-color: rgb(89,19,87); }

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