#591957

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

Shades of Palatinate Purple #591957

Tints of Palatinate Purple #591957

Color information

#591957 (or 0x591957) is unknown color: approx Palatinate Purple. HEX triplet: 59, 19 and 57. RGB value is (89,25,87). Sum of RGB (Red+Green+Blue) = 89+25+87=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #591957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591957 is #A6E6A8. Grayscale: #333333. Windows color (decimal): -10938025 or 5708121. OLE color: 5708121.

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

Color convert

RGB892587-
CMYK00.720.020.65
HSL301.88º56.14%22.35%-
HSV(B)301.88º71.91%34.9%-
XYZ6.193.519.37-
YUV51.2148.2154.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=44.28%
G=12.44%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89258700.720.020.65301.8856.1422.35
Hex59195704824112e3816
Octal13131127011021014567026
Binary10110011100110101110100100010100000110010111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591957; }

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

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

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

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

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

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

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

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