#591156

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

Shades of Palatinate Purple #591156

Tints of Palatinate Purple #591156

Color information

#591156 (or 0x591156) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 56. RGB value is (89,17,86). Sum of RGB (Red+Green+Blue) = 89+17+86=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591156 is #A6EEA9. Grayscale: #2E2E2E. Windows color (decimal): -10940074 or 5640537. OLE color: 5640537.

HSL color Cylindrical-coordinate representation of color #591156: hue angle of 302.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591156 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB891786-
CMYK00.810.030.65
HSL302.5º67.92%20.78%-
HSV(B)302.5º80.9%34.9%-
XYZ63.29.1-
YUV46.39150.35158.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=46.35%
G=8.85%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89178600.810.030.65302.567.9220.78
Hex59115605134112e4415
Octal131211260121310145610425
Binary101100110001101011001010001111000001100101110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591156; }

 p { color: rgb(89,17,86); }

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

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

 a { background-color: rgb(89,17,86); }

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

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

 span { border-color: rgb(89,17,86); }

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