#592155

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

Shades of Palatinate Purple #592155

Tints of Palatinate Purple #592155

Color information

#592155 (or 0x592155) is unknown color: approx Palatinate Purple. HEX triplet: 59, 21 and 55. RGB value is (89,33,85). Sum of RGB (Red+Green+Blue) = 89+33+85=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #592155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592155 is #A6DEAA. Grayscale: #373737. Windows color (decimal): -10935979 or 5579097. OLE color: 5579097.

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

Color convert

RGB893385-
CMYK00.630.040.65
HSL304.29º45.9%23.92%-
HSV(B)304.29º62.92%34.9%-
XYZ6.33.879.01-
YUV55.67144.55151.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=43.00%
G=15.94%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89338500.630.040.65304.2945.923.92
Hex59215503F4411302e18
Octal1314112507741014605630
Binary101100110000110101010111111100100000110011000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592155; }

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

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

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

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

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

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

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

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