#59144C

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

Shades of Palatinate Purple #59144C

Tints of Palatinate Purple #59144C

Color information

#59144C (or 0x59144C) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 4C. RGB value is (89,20,76). Sum of RGB (Red+Green+Blue) = 89+20+76=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59144C is #A6EBB3. Grayscale: #2E2E2E. Windows color (decimal): -10939316 or 4985945. OLE color: 4985945.

HSL color Cylindrical-coordinate representation of color #59144C: hue angle of 311.3º 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 #59144C is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB892076-
CMYK00.780.150.65
HSL311.3º63.3%21.37%-
HSV(B)311.3º77.53%34.9%-
XYZ5.673.157.15-
YUV47.02144.36157.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=48.11%
G=10.81%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89207600.780.150.65311.363.321.37
Hex59144C04EF411373f15
Octal131241140116171014677725
Binary1011001101001001100010011101111100000110011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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