#591856

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

Shades of Palatinate Purple #591856

Tints of Palatinate Purple #591856

Color information

#591856 (or 0x591856) is unknown color: approx Palatinate Purple. HEX triplet: 59, 18 and 56. RGB value is (89,24,86). Sum of RGB (Red+Green+Blue) = 89+24+86=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #591856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591856 is #A6E7A9. Grayscale: #323232. Windows color (decimal): -10938282 or 5642329. OLE color: 5642329.

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

Color convert

RGB892486-
CMYK00.730.030.65
HSL302.77º57.52%22.16%-
HSV(B)302.77º73.03%34.9%-
XYZ6.133.459.15-
YUV50.5148.03155.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=44.72%
G=12.06%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89248600.730.030.65302.7757.5222.16
Hex59185604934112f3a16
Octal13130126011131014577226
Binary10110011100010101100100100111100000110010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591856; }

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

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

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

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

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

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

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

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