#592757

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

Shades of Palatinate Purple #592757

Tints of Palatinate Purple #592757

Color information

#592757 (or 0x592757) is unknown color: approx Palatinate Purple. HEX triplet: 59, 27 and 57. RGB value is (89,39,87). Sum of RGB (Red+Green+Blue) = 89+39+87=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592757 is #A6D8A8. Grayscale: #3B3B3B. Windows color (decimal): -10934441 or 5711705. OLE color: 5711705.

HSL color Cylindrical-coordinate representation of color #592757: hue angle of 302.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592757 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB893987-
CMYK00.560.020.65
HSL302.4º39.06%25.1%-
HSV(B)302.4º56.18%34.9%-
XYZ6.574.269.49-
YUV59.42143.56149.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=41.40%
G=18.14%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89398700.560.020.65302.439.0625.1
Hex59275703824112e2719
Octal1314712707021014564731
Binary10110011001111010111011100010100000110010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592757; }

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

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

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

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

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

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

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

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