#590D54

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

Shades of Palatinate Purple #590D54

Tints of Palatinate Purple #590D54

Color information

#590D54 (or 0x590D54) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0D and 54. RGB value is (89,13,84). Sum of RGB (Red+Green+Blue) = 89+13+84=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #590D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D54 is #A6F2AB. Grayscale: #2B2B2B. Windows color (decimal): -10941100 or 5508441. OLE color: 5508441.

HSL color Cylindrical-coordinate representation of color #590D54: hue angle of 303.95º 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 #590D54 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB891384-
CMYK00.850.060.65
HSL303.95º74.51%20%-
HSV(B)303.95º85.39%34.9%-
XYZ5.863.058.67-
YUV43.82150.68160.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=47.85%
G=6.99%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89138400.850.060.65303.9574.5120
Hex59D540556411304b14
Octal131151240125610146011324
Binary101100111011010100010101011101000001100110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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