#592553

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

Shades of Palatinate Purple #592553

Tints of Palatinate Purple #592553

Color information

#592553 (or 0x592553) is unknown color: approx Palatinate Purple. HEX triplet: 59, 25 and 53. RGB value is (89,37,83). Sum of RGB (Red+Green+Blue) = 89+37+83=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592553 is #A6DAAC. Grayscale: #393939. Windows color (decimal): -10934957 or 5449049. OLE color: 5449049.

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

Color convert

RGB893783-
CMYK00.580.070.65
HSL306.92º41.27%24.71%-
HSV(B)306.92º58.43%34.9%-
XYZ6.344.078.64-
YUV57.79142.23150.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=42.58%
G=17.70%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89378300.580.070.65306.9241.2724.71
Hex59255303A7411332919
Octal1314512307271014635131
Binary101100110010110100110111010111100000110011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592553; }

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

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

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

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

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

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

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

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