#592855

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

Shades of Palatinate Purple #592855

Tints of Palatinate Purple #592855

Color information

#592855 (or 0x592855) is unknown color: approx Palatinate Purple. HEX triplet: 59, 28 and 55. RGB value is (89,40,85). Sum of RGB (Red+Green+Blue) = 89+40+85=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592855 is #A6D7AA. Grayscale: #3B3B3B. Windows color (decimal): -10934187 or 5580889. OLE color: 5580889.

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

Color convert

RGB894085-
CMYK00.550.040.65
HSL304.9º37.98%25.29%-
HSV(B)304.9º55.06%34.9%-
XYZ6.524.39.08-
YUV59.78142.23148.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=41.59%
G=18.69%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89408500.550.040.65304.937.9825.29
Hex5928550374411312619
Octal1315012506741014614631
Binary101100110100010101010110111100100000110011000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592855; }

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

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

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

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

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

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

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

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