#593256

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

Shades of Palatinate Purple #593256

Tints of Palatinate Purple #593256

Color information

#593256 (or 0x593256) is unknown color: approx Palatinate Purple. HEX triplet: 59, 32 and 56. RGB value is (89,50,86). Sum of RGB (Red+Green+Blue) = 89+50+86=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #593256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593256 is #A6CDA9. Grayscale: #414141. Windows color (decimal): -10931626 or 5648985. OLE color: 5648985.

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

Color convert

RGB895086-
CMYK00.440.030.65
HSL304.62º28.06%27.25%-
HSV(B)304.62º43.82%34.9%-
XYZ6.945.089.42-
YUV65.76139.42144.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=39.56%
G=22.22%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89508600.440.030.65304.6228.0627.25
Hex59325602C3411311c1b
Octal1316212605431014613433
Binary1011001110010101011001011001110000011001100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593256; }

 p { color: rgb(89,50,86); }

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

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

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

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

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

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

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