#59194F

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

Shades of Palatinate Purple #59194F

Tints of Palatinate Purple #59194F

Color information

#59194F (or 0x59194F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 19 and 4F. RGB value is (89,25,79). Sum of RGB (Red+Green+Blue) = 89+25+79=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #59194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59194F is #A6E6B0. Grayscale: #323232. Windows color (decimal): -10938033 or 5183833. OLE color: 5183833.

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

Color convert

RGB892579-
CMYK00.720.110.65
HSL309.38º56.14%22.35%-
HSV(B)309.38º71.91%34.9%-
XYZ5.883.387.74-
YUV50.29144.2155.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=46.11%
G=12.95%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89257900.720.110.65309.3856.1422.35
Hex59194F048B411353816
Octal131311170110131014657026
Binary1011001110011001111010010001011100000110011010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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