#590357

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

Shades of Palatinate Purple #590357

Tints of Palatinate Purple #590357

Color information

#590357 (or 0x590357) is unknown color: approx Palatinate Purple. HEX triplet: 59, 03 and 57. RGB value is (89,3,87). Sum of RGB (Red+Green+Blue) = 89+3+87=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #590357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590357 is #A6FCA8. Grayscale: #262626. Windows color (decimal): -10943657 or 5702489. OLE color: 5702489.

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

Color convert

RGB89387-
CMYK00.970.020.65
HSL301.4º93.48%18.04%-
HSV(B)301.4º96.63%34.9%-
XYZ5.872.889.26-
YUV38.29155.49164.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=49.72%
G=1.68%
B=48.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8938700.970.020.65301.493.4818.04
Hex5935706124112d5d12
Octal13131270141210145513522
Binary101100111101011101100001101000001100101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590357; }

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

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

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

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

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

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

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

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