#59005D

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

Shades of Palatinate Purple #59005D

Tints of Palatinate Purple #59005D

Color information

#59005D (or 0x59005D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 00 and 5D. RGB value is (89,0,93). Sum of RGB (Red+Green+Blue) = 89+0+93=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #59005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59005D is #A6FFA2. Grayscale: #242424. Windows color (decimal): -10944419 or 6094937. OLE color: 6094937.

HSL color Cylindrical-coordinate representation of color #59005D: hue angle of 297.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59005D is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB89093-
CMYK0.04100.64
HSL297.42º100%18.24%-
HSV(B)297.42º100%36.47%-
XYZ6.12.9110.6-
YUV37.21159.49164.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=48.90%
G=0%
B=51.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal890930.04100.64297.4210018.24
Hex5905D4640401296412
Octal13101354144010045114422
Binary101100101011101100110010001000000100101001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59005D; }

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

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

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

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

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

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

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

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