#592156

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

Shades of Palatinate Purple #592156

Tints of Palatinate Purple #592156

Color information

#592156 (or 0x592156) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 56. RGB value is (89,33,86). Sum of RGB (Red+Green+Blue) = 89+33+86=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #592156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592156 is #A6DEA9. Grayscale: #373737. Windows color (decimal): -10935978 or 5644633. OLE color: 5644633.

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

Color convert

RGB893386-
CMYK00.630.030.65
HSL303.21º45.9%23.92%-
HSV(B)303.21º62.92%34.9%-
XYZ6.343.889.22-
YUV55.79145.05151.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=42.79%
G=15.87%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338600.630.030.65303.2145.923.92
Hex59215603F34112f2e18
Octal1314112607731014575630
Binary10110011000011010110011111111100000110010111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592156; }

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

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

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

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

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

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

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

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