#592059

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

Shades of Palatinate Purple #592059

Tints of Palatinate Purple #592059

Color information

#592059 (or 0x592059) is unknown color: approx Palatinate Purple. HEX triplet: 59, 20 and 59. RGB value is (89,32,89). Sum of RGB (Red+Green+Blue) = 89+32+89=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592059 is #A6DFA6. Grayscale: #373737. Windows color (decimal): -10936231 or 5840985. OLE color: 5840985.

HSL color Cylindrical-coordinate representation of color #592059: hue angle of 300º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #592059 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB893289-
CMYK00.6400.65
HSL300º47.11%23.73%-
HSV(B)300º64.04%34.9%-
XYZ6.443.889.86-
YUV55.54146.88151.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=42.38%
G=15.24%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89328900.6400.6530047.1123.73
Hex59205904004112c2f18
Octal13140131010001014545730
Binary10110011000001011001010000000100000110010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592059; }

 p { color: rgb(89,32,89); }

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

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

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

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

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

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

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