#59085D

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

Shades of Palatinate Purple #59085D

Tints of Palatinate Purple #59085D

Color information

#59085D (or 0x59085D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 08 and 5D. RGB value is (89,8,93). Sum of RGB (Red+Green+Blue) = 89+8+93=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #59085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59085D is #A6F7A2. Grayscale: #292929. Windows color (decimal): -10942371 or 6096985. OLE color: 6096985.

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

Color convert

RGB89893-
CMYK0.040.9100.64
HSL297.18º84.16%19.8%-
HSV(B)297.18º91.4%36.47%-
XYZ6.183.0910.63-
YUV41.91156.84161.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=46.84%
G=4.21%
B=48.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal898930.040.9100.64297.1884.1619.8
Hex5985D45B0401295414
Octal131101354133010045112424
Binary101100110001011101100101101101000000100101001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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