#59145D

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

Shades of Palatinate Purple #59145D

Tints of Palatinate Purple #59145D

Color information

#59145D (or 0x59145D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 5D. RGB value is (89,20,93). Sum of RGB (Red+Green+Blue) = 89+20+93=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #59145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59145D is #A6EBA2. Grayscale: #303030. Windows color (decimal): -10939299 or 6100057. OLE color: 6100057.

HSL color Cylindrical-coordinate representation of color #59145D: hue angle of 296.71º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59145D is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB892093-
CMYK0.040.7800.64
HSL296.71º64.6%22.16%-
HSV(B)296.71º78.49%36.47%-
XYZ6.353.4110.68-
YUV48.95152.86156.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=44.06%
G=9.90%
B=46.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8920930.040.7800.64296.7164.622.16
Hex59145D44E0401294116
Octal131241354116010045110126
Binary1011001101001011101100100111001000000100101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,20,93); }

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

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

 a { background-color: rgb(89,20,93); }

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

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

 span { border-color: rgb(89,20,93); }

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