#591656

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

Shades of Palatinate Purple #591656

Tints of Palatinate Purple #591656

Color information

#591656 (or 0x591656) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 56. RGB value is (89,22,86). Sum of RGB (Red+Green+Blue) = 89+22+86=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591656 is #A6E9A9. Grayscale: #313131. Windows color (decimal): -10938794 or 5641817. OLE color: 5641817.

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

Color convert

RGB892286-
CMYK00.750.030.65
HSL302.69º60.36%21.76%-
HSV(B)302.69º75.28%34.9%-
XYZ6.093.379.13-
YUV49.33148.7156.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=45.18%
G=11.17%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89228600.750.030.65302.6960.3621.76
Hex59165604B34112f3c16
Octal13126126011331014577426
Binary10110011011010101100100101111100000110010111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591656; }

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

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

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

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

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

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

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

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