#59184E

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

Shades of Palatinate Purple #59184E

Tints of Palatinate Purple #59184E

Color information

#59184E (or 0x59184E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 18 and 4E. RGB value is (89,24,78). Sum of RGB (Red+Green+Blue) = 89+24+78=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59184E is #A6E7B1. Grayscale: #313131. Windows color (decimal): -10938290 or 5118041. OLE color: 5118041.

HSL color Cylindrical-coordinate representation of color #59184E: hue angle of 310.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59184E is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB892478-
CMYK00.730.120.65
HSL310.15º57.52%22.16%-
HSV(B)310.15º73.03%34.9%-
XYZ5.823.337.54-
YUV49.59144.03156.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=46.60%
G=12.57%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89247800.730.120.65310.1557.5222.16
Hex59184E049C411363a16
Octal131301160111141014667226
Binary1011001110001001110010010011100100000110011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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