#590B57

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

Shades of Palatinate Purple #590B57

Tints of Palatinate Purple #590B57

Color information

#590B57 (or 0x590B57) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0B and 57. RGB value is (89,11,87). Sum of RGB (Red+Green+Blue) = 89+11+87=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #590B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B57 is #A6F4A8. Grayscale: #2A2A2A. Windows color (decimal): -10941609 or 5704537. OLE color: 5704537.

HSL color Cylindrical-coordinate representation of color #590B57: hue angle of 301.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B57 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB891187-
CMYK00.880.020.65
HSL301.54º78%19.61%-
HSV(B)301.54º87.64%34.9%-
XYZ5.963.059.29-
YUV42.99152.84160.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=47.59%
G=5.88%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89118700.880.020.65301.547819.61
Hex59B5705824112e4e14
Octal131131270130210145611624
Binary10110011011101011101011000101000001100101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590B57; }

 p { color: rgb(89,11,87); }

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

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

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

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

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

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

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