#59155C

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

Shades of Palatinate Purple #59155C

Tints of Palatinate Purple #59155C

Color information

#59155C (or 0x59155C) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 5C. RGB value is (89,21,92). Sum of RGB (Red+Green+Blue) = 89+21+92=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #59155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59155C is #A6EAA3. Grayscale: #313131. Windows color (decimal): -10939044 or 6034777. OLE color: 6034777.

HSL color Cylindrical-coordinate representation of color #59155C: hue angle of 297.46º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59155C is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB892192-
CMYK0.030.7700.64
HSL297.46º62.83%22.16%-
HSV(B)297.46º77.17%36.08%-
XYZ6.323.4310.45-
YUV49.43152.03156.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=44.06%
G=10.40%
B=45.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8921920.030.7700.64297.4662.8322.16
Hex59155C34D0401293f16
Octal13125134311501004517726
Binary10110011010110111001110011010100000010010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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