#590B55

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

Shades of Palatinate Purple #590B55

Tints of Palatinate Purple #590B55

Color information

#590B55 (or 0x590B55) is unknown color: approx Palatinate Purple. HEX triplet: 59, 0B and 55. RGB value is (89,11,85). Sum of RGB (Red+Green+Blue) = 89+11+85=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B55 is #A6F4AA. Grayscale: #2A2A2A. Windows color (decimal): -10941611 or 5573465. OLE color: 5573465.

HSL color Cylindrical-coordinate representation of color #590B55: hue angle of 303.08º 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 #590B55 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB891185-
CMYK00.880.040.65
HSL303.08º78%19.61%-
HSV(B)303.08º87.64%34.9%-
XYZ5.883.028.87-
YUV42.76151.84160.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=48.11%
G=5.95%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89118500.880.040.65303.087819.61
Hex59B5505844112f4e14
Octal131131250130410145711624
Binary101100110111010101010110001001000001100101111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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