#590060

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

Shades of Palatinate Purple #590060

Tints of Palatinate Purple #590060

Color information

#590060 (or 0x590060) is unknown color: approx Palatinate Purple. HEX triplet: 59, 00 and 60. RGB value is (89,0,96). Sum of RGB (Red+Green+Blue) = 89+0+96=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #590060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590060 is #A6FF9F. Grayscale: #252525. Windows color (decimal): -10944416 or 6291545. OLE color: 6291545.

HSL color Cylindrical-coordinate representation of color #590060: hue angle of 295.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590060 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB89096-
CMYK0.07100.62
HSL295.62º100%18.82%-
HSV(B)295.62º100%37.65%-
XYZ6.232.9711.31-
YUV37.56160.99164.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=48.11%
G=0%
B=51.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal890960.07100.62295.6210018.82
Hex5906076403E1286413
Octal1310140714407645014423
Binary10110010110000011111001000111110100101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590060; }

 p { color: rgb(89,0,96); }

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

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

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

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

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

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

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