#592158

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

Shades of Palatinate Purple #592158

Tints of Palatinate Purple #592158

Color information

#592158 (or 0x592158) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 58. RGB value is (89,33,88). Sum of RGB (Red+Green+Blue) = 89+33+88=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592158 is #A6DEA7. Grayscale: #373737. Windows color (decimal): -10935976 or 5775705. OLE color: 5775705.

HSL color Cylindrical-coordinate representation of color #592158: hue angle of 301.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592158 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB893388-
CMYK00.630.010.65
HSL301.07º45.9%23.92%-
HSV(B)301.07º62.92%34.9%-
XYZ6.433.929.65-
YUV56.01146.05151.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=42.38%
G=15.71%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338800.630.010.65301.0745.923.92
Hex59215803F14112d2e18
Octal1314113007711014555630
Binary1011001100001101100001111111100000110010110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592158; }

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

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

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

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

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

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

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

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