#59144E

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

Shades of Palatinate Purple #59144E

Tints of Palatinate Purple #59144E

Color information

#59144E (or 0x59144E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 4E. RGB value is (89,20,78). Sum of RGB (Red+Green+Blue) = 89+20+78=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59144E is #A6EBB1. Grayscale: #2F2F2F. Windows color (decimal): -10939314 or 5117017. OLE color: 5117017.

HSL color Cylindrical-coordinate representation of color #59144E: hue angle of 309.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59144E is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB892078-
CMYK00.780.120.65
HSL309.57º63.3%21.37%-
HSV(B)309.57º77.53%34.9%-
XYZ5.753.177.52-
YUV47.24145.36157.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=47.59%
G=10.70%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89207800.780.120.65309.5763.321.37
Hex59144E04EC411363f15
Octal131241160116141014667725
Binary1011001101001001110010011101100100000110011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59144E; }

 p { color: rgb(89,20,78); }

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

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

 a { background-color: rgb(89,20,78); }

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

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

 span { border-color: rgb(89,20,78); }

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