#59184F

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

Shades of Palatinate Purple #59184F

Tints of Palatinate Purple #59184F

Color information

#59184F (or 0x59184F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 18 and 4F. RGB value is (89,24,79). Sum of RGB (Red+Green+Blue) = 89+24+79=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59184F is #A6E7B0. Grayscale: #313131. Windows color (decimal): -10938289 or 5183577. OLE color: 5183577.

HSL color Cylindrical-coordinate representation of color #59184F: hue angle of 309.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59184F is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB892479-
CMYK00.730.110.65
HSL309.23º57.52%22.16%-
HSV(B)309.23º73.03%34.9%-
XYZ5.863.347.73-
YUV49.7144.53156.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=46.35%
G=12.5%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89247900.730.110.65309.2357.5222.16
Hex59184F049B411353a16
Octal131301170111131014657226
Binary1011001110001001111010010011011100000110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59184F; }

 p { color: rgb(89,24,79); }

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

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

 a { background-color: rgb(89,24,79); }

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

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

 span { border-color: rgb(89,24,79); }

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