#59154D

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

Shades of Palatinate Purple #59154D

Tints of Palatinate Purple #59154D

Color information

#59154D (or 0x59154D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 4D. RGB value is (89,21,77). Sum of RGB (Red+Green+Blue) = 89+21+77=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154D is #A6EAB2. Grayscale: #2F2F2F. Windows color (decimal): -10939059 or 5051737. OLE color: 5051737.

HSL color Cylindrical-coordinate representation of color #59154D: hue angle of 310.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59154D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB892177-
CMYK00.760.130.65
HSL310.59º61.82%21.57%-
HSV(B)310.59º76.4%34.9%-
XYZ5.733.27.34-
YUV47.72144.53157.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=47.59%
G=11.23%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217700.760.130.65310.5961.8221.57
Hex59154D04CD411373e16
Octal131251150114151014677626
Binary1011001101011001101010011001101100000110011011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59154D; }

 p { color: rgb(89,21,77); }

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

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

 a { background-color: rgb(89,21,77); }

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

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

 span { border-color: rgb(89,21,77); }

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