#59164F

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

Shades of Palatinate Purple #59164F

Tints of Palatinate Purple #59164F

Color information

#59164F (or 0x59164F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 4F. RGB value is (89,22,79). Sum of RGB (Red+Green+Blue) = 89+22+79=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59164F is #A6E9B0. Grayscale: #303030. Windows color (decimal): -10938801 or 5183065. OLE color: 5183065.

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

Color convert

RGB892279-
CMYK00.750.110.65
HSL308.96º60.36%21.76%-
HSV(B)308.96º75.28%34.9%-
XYZ5.823.267.72-
YUV48.53145.2156.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=46.84%
G=11.58%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89227900.750.110.65308.9660.3621.76
Hex59164F04BB411353c16
Octal131261170113131014657426
Binary1011001101101001111010010111011100000110011010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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