#590D55

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

Shades of Palatinate Purple #590D55

Tints of Palatinate Purple #590D55

Color information

#590D55 (or 0x590D55) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0D and 55. RGB value is (89,13,85). Sum of RGB (Red+Green+Blue) = 89+13+85=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #590D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D55 is #A6F2AA. Grayscale: #2B2B2B. Windows color (decimal): -10941099 or 5573977. OLE color: 5573977.

HSL color Cylindrical-coordinate representation of color #590D55: hue angle of 303.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D55 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB891385-
CMYK00.850.040.65
HSL303.16º74.51%20%-
HSV(B)303.16º85.39%34.9%-
XYZ5.93.078.88-
YUV43.93151.18160.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=47.59%
G=6.95%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89138500.850.040.65303.1674.5120
Hex59D5505544112f4b14
Octal131151250125410145711324
Binary101100111011010101010101011001000001100101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590D55; }

 p { color: rgb(89,13,85); }

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

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

 a { background-color: rgb(89,13,85); }

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

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

 span { border-color: rgb(89,13,85); }

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