#59174E

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

Shades of Palatinate Purple #59174E

Tints of Palatinate Purple #59174E

Color information

#59174E (or 0x59174E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 4E. RGB value is (89,23,78). Sum of RGB (Red+Green+Blue) = 89+23+78=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59174E is #A6E8B1. Grayscale: #303030. Windows color (decimal): -10938546 or 5117785. OLE color: 5117785.

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

Color convert

RGB892378-
CMYK00.740.120.65
HSL310º58.93%21.96%-
HSV(B)310º74.16%34.9%-
XYZ5.83.297.54-
YUV49144.37156.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=46.84%
G=12.11%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89237800.740.120.6531058.9321.96
Hex59174E04AC411363b16
Octal131271160112141014667326
Binary1011001101111001110010010101100100000110011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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