#592A54

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

Shades of Palatinate Purple #592A54

Tints of Palatinate Purple #592A54

Color information

#592A54 (or 0x592A54) is unknown color: approx Palatinate Purple. HEX triplet: 59, 2A and 54. RGB value is (89,42,84). Sum of RGB (Red+Green+Blue) = 89+42+84=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A54 is #A6D5AB. Grayscale: #3C3C3C. Windows color (decimal): -10933676 or 5515865. OLE color: 5515865.

HSL color Cylindrical-coordinate representation of color #592A54: hue angle of 306.38º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A54 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB894284-
CMYK00.530.060.65
HSL306.38º35.88%25.69%-
HSV(B)306.38º52.81%34.9%-
XYZ6.554.428.9-
YUV60.84141.07148.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=41.40%
G=19.53%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89428400.530.060.65306.3835.8825.69
Hex592A54035641132241a
Octal1315212406561014624432
Binary101100110101010101000110101110100000110011001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A54; }

 p { color: rgb(89,42,84); }

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

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

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

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

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

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

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