#59085A

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

Shades of Palatinate Purple #59085A

Tints of Palatinate Purple #59085A

Color information

#59085A (or 0x59085A) is unknown color: approx Palatinate Purple. HEX triplet: 59, 08 and 5A. RGB value is (89,8,90). Sum of RGB (Red+Green+Blue) = 89+8+90=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #59085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59085A is #A6F7A5. Grayscale: #292929. Windows color (decimal): -10942374 or 5900377. OLE color: 5900377.

HSL color Cylindrical-coordinate representation of color #59085A: hue angle of 299.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59085A is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB89890-
CMYK0.010.9100.65
HSL299.27º83.67%19.22%-
HSV(B)299.27º91.11%35.29%-
XYZ6.053.049.94-
YUV41.57155.34161.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=47.59%
G=4.28%
B=48.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898900.010.9100.65299.2783.6719.22
Hex5985A15B04112b5413
Octal131101321133010145312423
Binary1011001100010110101101101101000001100101011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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