#59174F

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

Shades of Palatinate Purple #59174F

Tints of Palatinate Purple #59174F

Color information

#59174F (or 0x59174F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 4F. RGB value is (89,23,79). Sum of RGB (Red+Green+Blue) = 89+23+79=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59174F is #A6E8B0. Grayscale: #303030. Windows color (decimal): -10938545 or 5183321. OLE color: 5183321.

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

Color convert

RGB892379-
CMYK00.740.110.65
HSL309.09º58.93%21.96%-
HSV(B)309.09º74.16%34.9%-
XYZ5.843.37.73-
YUV49.12144.87156.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=46.60%
G=12.04%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89237900.740.110.65309.0958.9321.96
Hex59174F04AB411353b16
Octal131271170112131014657326
Binary1011001101111001111010010101011100000110011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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