#59175E

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

Shades of Palatinate Purple #59175E

Tints of Palatinate Purple #59175E

Color information

#59175E (or 0x59175E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 5E. RGB value is (89,23,94). Sum of RGB (Red+Green+Blue) = 89+23+94=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #59175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175E is #A6E8A1. Grayscale: #323232. Windows color (decimal): -10938530 or 6166361. OLE color: 6166361.

HSL color Cylindrical-coordinate representation of color #59175E: hue angle of 295.77º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59175E is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB892394-
CMYK0.050.7600.63
HSL295.77º60.68%22.94%-
HSV(B)295.77º75.53%36.86%-
XYZ6.453.5410.93-
YUV50.83152.37155.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=43.20%
G=11.17%
B=45.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8923940.050.7600.63295.7760.6822.94
Hex59175E54C03F1283d17
Octal1312713651140774507527
Binary10110011011110111101011001100011111110010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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