#590F54

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

Shades of Palatinate Purple #590F54

Tints of Palatinate Purple #590F54

Color information

#590F54 (or 0x590F54) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0F and 54. RGB value is (89,15,84). Sum of RGB (Red+Green+Blue) = 89+15+84=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #590F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F54 is #A6F0AB. Grayscale: #2C2C2C. Windows color (decimal): -10940588 or 5508953. OLE color: 5508953.

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

Color convert

RGB891584-
CMYK00.830.060.65
HSL304.05º71.15%20.39%-
HSV(B)304.05º83.15%34.9%-
XYZ5.893.118.68-
YUV44.99150.02159.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=47.34%
G=7.98%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89158400.830.060.65304.0571.1520.39
Hex59F540536411304714
Octal131171240123610146010724
Binary101100111111010100010100111101000001100110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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