#59194D

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

Shades of Palatinate Purple #59194D

Tints of Palatinate Purple #59194D

Color information

#59194D (or 0x59194D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 19 and 4D. RGB value is (89,25,77). Sum of RGB (Red+Green+Blue) = 89+25+77=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59194D is #A6E6B2. Grayscale: #313131. Windows color (decimal): -10938035 or 5052761. OLE color: 5052761.

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

Color convert

RGB892577-
CMYK00.720.130.65
HSL311.25º56.14%22.35%-
HSV(B)311.25º71.91%34.9%-
XYZ5.813.357.36-
YUV50.06143.2155.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=46.60%
G=13.09%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89257700.720.130.65311.2556.1422.35
Hex59194D048D411373816
Octal131311150110151014677026
Binary1011001110011001101010010001101100000110011011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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