#59165E

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

Shades of Palatinate Purple #59165E

Tints of Palatinate Purple #59165E

Color information

#59165E (or 0x59165E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 5E. RGB value is (89,22,94). Sum of RGB (Red+Green+Blue) = 89+22+94=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #59165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165E is #A6E9A1. Grayscale: #323232. Windows color (decimal): -10938786 or 6166105. OLE color: 6166105.

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

Color convert

RGB892294-
CMYK0.050.7700.63
HSL295.83º62.07%22.75%-
HSV(B)295.83º76.6%36.86%-
XYZ6.433.5110.93-
YUV50.24152.7155.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=43.41%
G=10.73%
B=45.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8922940.050.7700.63295.8362.0722.75
Hex59165E54D03F1283e17
Octal1312613651150774507627
Binary10110011011010111101011001101011111110010100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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