#591F58

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

Shades of Palatinate Purple #591F58

Tints of Palatinate Purple #591F58

Color information

#591F58 (or 0x591F58) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1F and 58. RGB value is (89,31,88). Sum of RGB (Red+Green+Blue) = 89+31+88=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #591F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F58 is #A6E0A7. Grayscale: #363636. Windows color (decimal): -10936488 or 5775193. OLE color: 5775193.

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

Color convert

RGB893188-
CMYK00.650.010.65
HSL301.03º48.33%23.53%-
HSV(B)301.03º65.17%34.9%-
XYZ6.373.819.63-
YUV54.84146.72152.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=42.79%
G=14.90%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89318800.650.010.65301.0348.3323.53
Hex591F5804114112d3018
Octal13137130010111014556030
Binary1011001111111011000010000011100000110010110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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