#592A53

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

Shades of Palatinate Purple #592A53

Tints of Palatinate Purple #592A53

Color information

#592A53 (or 0x592A53) is unknown color: approx Palatinate Purple. HEX triplet: 59, 2A and 53. RGB value is (89,42,83). Sum of RGB (Red+Green+Blue) = 89+42+83=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A53 is #A6D5AC. Grayscale: #3C3C3C. Windows color (decimal): -10933677 or 5450329. OLE color: 5450329.

HSL color Cylindrical-coordinate representation of color #592A53: hue angle of 307.66º 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 #592A53 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB894283-
CMYK00.530.070.65
HSL307.66º35.88%25.69%-
HSV(B)307.66º52.81%34.9%-
XYZ6.514.48.69-
YUV60.73140.57148.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=41.59%
G=19.63%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89428300.530.070.65307.6635.8825.69
Hex592A53035741134241a
Octal1315212306571014644432
Binary101100110101010100110110101111100000110011010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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