#59154F

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

Shades of Palatinate Purple #59154F

Tints of Palatinate Purple #59154F

Color information

#59154F (or 0x59154F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 4F. RGB value is (89,21,79). Sum of RGB (Red+Green+Blue) = 89+21+79=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154F is #A6EAB0. Grayscale: #2F2F2F. Windows color (decimal): -10939057 or 5182809. OLE color: 5182809.

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

Color convert

RGB892179-
CMYK00.760.110.65
HSL308.82º61.82%21.57%-
HSV(B)308.82º76.4%34.9%-
XYZ5.83.227.71-
YUV47.94145.53157.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=47.09%
G=11.11%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217900.760.110.65308.8261.8221.57
Hex59154F04CB411353e16
Octal131251170114131014657626
Binary1011001101011001111010011001011100000110011010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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