#59144F

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

Shades of Palatinate Purple #59144F

Tints of Palatinate Purple #59144F

Color information

#59144F (or 0x59144F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 4F. RGB value is (89,20,79). Sum of RGB (Red+Green+Blue) = 89+20+79=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59144F is #A6EBB0. Grayscale: #2F2F2F. Windows color (decimal): -10939313 or 5182553. OLE color: 5182553.

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

Color convert

RGB892079-
CMYK00.780.110.65
HSL308.7º63.3%21.37%-
HSV(B)308.7º77.53%34.9%-
XYZ5.783.197.71-
YUV47.36145.86157.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=47.34%
G=10.64%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89207900.780.110.65308.763.321.37
Hex59144F04EB411353f15
Octal131241170116131014657725
Binary1011001101001001111010011101011100000110011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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