#59175D

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

Shades of Palatinate Purple #59175D

Tints of Palatinate Purple #59175D

Color information

#59175D (or 0x59175D) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 5D. RGB value is (89,23,93). Sum of RGB (Red+Green+Blue) = 89+23+93=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #59175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175D is #A6E8A2. Grayscale: #323232. Windows color (decimal): -10938531 or 6100825. OLE color: 6100825.

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

Color convert

RGB892393-
CMYK0.040.7500.64
HSL296.57º60.34%22.75%-
HSV(B)296.57º75.27%36.47%-
XYZ6.43.5310.7-
YUV50.71151.87155.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=43.41%
G=11.22%
B=45.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8923930.040.7500.64296.5760.3422.75
Hex59175D44B0401293c17
Octal13127135411301004517427
Binary101100110111101110110010010110100000010010100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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