#59155F

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

Shades of Palatinate Purple #59155F

Tints of Palatinate Purple #59155F

Color information

#59155F (or 0x59155F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 5F. RGB value is (89,21,95). Sum of RGB (Red+Green+Blue) = 89+21+95=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #59155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59155F is #A6EAA0. Grayscale: #313131. Windows color (decimal): -10939041 or 6231385. OLE color: 6231385.

HSL color Cylindrical-coordinate representation of color #59155F: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59155F is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB892195-
CMYK0.060.7800.63
HSL295.14º63.79%22.75%-
HSV(B)295.14º77.89%37.25%-
XYZ6.453.4911.16-
YUV49.77153.53155.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=43.41%
G=10.24%
B=46.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8921950.060.7800.63295.1463.7922.75
Hex59155F64E03F1274017
Octal13125137611607744710027
Binary101100110101101111111010011100111111100100111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,21,95); }

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

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

 a { background-color: rgb(89,21,95); }

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

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

 span { border-color: rgb(89,21,95); }

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