#592558

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

Shades of Palatinate Purple #592558

Tints of Palatinate Purple #592558

Color information

#592558 (or 0x592558) is unknown color: approx Palatinate Purple. HEX triplet: 59, 25 and 58. RGB value is (89,37,88). Sum of RGB (Red+Green+Blue) = 89+37+88=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592558 is #A6DAA7. Grayscale: #3A3A3A. Windows color (decimal): -10934952 or 5776729. OLE color: 5776729.

HSL color Cylindrical-coordinate representation of color #592558: hue angle of 301.15º 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 #592558 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB893788-
CMYK00.580.010.65
HSL301.15º41.27%24.71%-
HSV(B)301.15º58.43%34.9%-
XYZ6.544.159.69-
YUV58.36144.73149.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=41.59%
G=17.29%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89378800.580.010.65301.1541.2724.71
Hex59255803A14112d2919
Octal1314513007211014555131
Binary1011001100101101100001110101100000110010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592558; }

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

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

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

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

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

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

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

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