#59154E

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

Shades of Palatinate Purple #59154E

Tints of Palatinate Purple #59154E

Color information

#59154E (or 0x59154E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 4E. RGB value is (89,21,78). Sum of RGB (Red+Green+Blue) = 89+21+78=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154E is #A6EAB1. Grayscale: #2F2F2F. Windows color (decimal): -10939058 or 5117273. OLE color: 5117273.

HSL color Cylindrical-coordinate representation of color #59154E: hue angle of 309.71º 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 #59154E is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB892178-
CMYK00.760.120.65
HSL309.71º61.82%21.57%-
HSV(B)309.71º76.4%34.9%-
XYZ5.763.217.52-
YUV47.83145.03157.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=47.34%
G=11.17%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217800.760.120.65309.7161.8221.57
Hex59154E04CC411363e16
Octal131251160114141014667626
Binary1011001101011001110010011001100100000110011011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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