#592457

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

Shades of Palatinate Purple #592457

Tints of Palatinate Purple #592457

Color information

#592457 (or 0x592457) is unknown color: approx Palatinate Purple. HEX triplet: 59, 24 and 57. RGB value is (89,36,87). Sum of RGB (Red+Green+Blue) = 89+36+87=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592457 is #A6DBA8. Grayscale: #393939. Windows color (decimal): -10935209 or 5710937. OLE color: 5710937.

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

Color convert

RGB893687-
CMYK00.600.020.65
HSL302.26º42.4%24.51%-
HSV(B)302.26º59.55%34.9%-
XYZ6.474.079.46-
YUV57.66144.56150.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=41.98%
G=16.98%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89368700.600.020.65302.2642.424.51
Hex59245703C24112e2a19
Octal1314412707421014565231
Binary10110011001001010111011110010100000110010111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592457; }

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

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

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

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

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

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

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

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