#59164D

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

Shades of Palatinate Purple #59164D

Tints of Palatinate Purple #59164D

Color information

#59164D (or 0x59164D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 4D. RGB value is (89,22,77). Sum of RGB (Red+Green+Blue) = 89+22+77=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59164D is #A6E9B2. Grayscale: #303030. Windows color (decimal): -10938803 or 5051993. OLE color: 5051993.

HSL color Cylindrical-coordinate representation of color #59164D: hue angle of 310.75º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59164D is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB892277-
CMYK00.750.130.65
HSL310.75º60.36%21.76%-
HSV(B)310.75º75.28%34.9%-
XYZ5.753.237.34-
YUV48.3144.2157.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=47.34%
G=11.70%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89227700.750.130.65310.7560.3621.76
Hex59164D04BD411373c16
Octal131261150113151014677426
Binary1011001101101001101010010111101100000110011011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59164D; }

 p { color: rgb(89,22,77); }

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

<style>
 a { background-color: #59164D; }

 a { background-color: rgb(89,22,77); }

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

<style>
 span { border-color: #59164D; }

 span { border-color: rgb(89,22,77); }

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