#590559

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

Shades of Palatinate Purple #590559

Tints of Palatinate Purple #590559

Color information

#590559 (or 0x590559) is unknown color: approx Palatinate Purple. HEX triplet: 59, 05 and 59. RGB value is (89,5,89). Sum of RGB (Red+Green+Blue) = 89+5+89=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590559 is #A6FAA6. Grayscale: #272727. Windows color (decimal): -10943143 or 5834073. OLE color: 5834073.

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

Color convert

RGB89589-
CMYK00.9400.65
HSL300º89.36%18.43%-
HSV(B)300º94.38%34.9%-
XYZ5.982.959.71-
YUV39.69155.83163.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=48.63%
G=2.73%
B=48.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8958900.9400.6530089.3618.43
Hex5955905E04112c5912
Octal13151310136010145413122
Binary101100110110110010101111001000001100101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590559; }

 p { color: rgb(89,5,89); }

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

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

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

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

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

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

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