#590257

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

Shades of Palatinate Purple #590257

Tints of Palatinate Purple #590257

Color information

#590257 (or 0x590257) is unknown color: approx Palatinate Purple. HEX triplet: 59, 02 and 57. RGB value is (89,2,87). Sum of RGB (Red+Green+Blue) = 89+2+87=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #590257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590257 is #A6FDA8. Grayscale: #252525. Windows color (decimal): -10943913 or 5702233. OLE color: 5702233.

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

Color convert

RGB89287-
CMYK00.980.020.65
HSL301.38º95.6%17.84%-
HSV(B)301.38º97.75%34.9%-
XYZ5.862.869.26-
YUV37.7155.82164.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=50%
G=1.12%
B=48.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8928700.980.020.65301.3895.617.84
Hex5925706224112d6012
Octal13121270142210145514022
Binary101100110101011101100010101000001100101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590257; }

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

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

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

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

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

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

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

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