#593055

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

Shades of Palatinate Purple #593055

Tints of Palatinate Purple #593055

Color information

#593055 (or 0x593055) is unknown color: approx Palatinate Purple. HEX triplet: 59, 30 and 55. RGB value is (89,48,85). Sum of RGB (Red+Green+Blue) = 89+48+85=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #593055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593055 is #A6CFAA. Grayscale: #404040. Windows color (decimal): -10932139 or 5582937. OLE color: 5582937.

HSL color Cylindrical-coordinate representation of color #593055: hue angle of 305.85º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593055 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB894885-
CMYK00.460.040.65
HSL305.85º29.93%26.86%-
HSV(B)305.85º46.07%34.9%-
XYZ6.824.899.18-
YUV64.48139.58145.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=40.09%
G=21.62%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89488500.460.040.65305.8529.9326.86
Hex59305502E4411321e1b
Octal1316012505641014623633
Binary10110011100001010101010111010010000011001100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593055; }

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

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

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

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

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

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

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

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