#59134E

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

Shades of Palatinate Purple #59134E

Tints of Palatinate Purple #59134E

Color information

#59134E (or 0x59134E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 13 and 4E. RGB value is (89,19,78). Sum of RGB (Red+Green+Blue) = 89+19+78=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59134E is #A6ECB1. Grayscale: #2E2E2E. Windows color (decimal): -10939570 or 5116761. OLE color: 5116761.

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

Color convert

RGB891978-
CMYK00.790.120.65
HSL309.43º64.81%21.18%-
HSV(B)309.43º78.65%34.9%-
XYZ5.733.147.51-
YUV46.66145.69158.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=47.85%
G=10.22%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89197800.790.120.65309.4364.8121.18
Hex59134E04FC411354115
Octal1312311601171410146510125
Binary10110011001110011100100111111001000001100110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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