#591056

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

Shades of Palatinate Purple #591056

Tints of Palatinate Purple #591056

Color information

#591056 (or 0x591056) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 56. RGB value is (89,16,86). Sum of RGB (Red+Green+Blue) = 89+16+86=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591056 is #A6EFA9. Grayscale: #2D2D2D. Windows color (decimal): -10940330 or 5640281. OLE color: 5640281.

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

Color convert

RGB891686-
CMYK00.820.030.65
HSL302.47º69.52%20.59%-
HSV(B)302.47º82.02%34.9%-
XYZ5.983.179.1-
YUV45.81150.68158.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=46.60%
G=8.38%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89168600.820.030.65302.4769.5220.59
Hex59105605234112e4615
Octal131201260122310145610625
Binary101100110000101011001010010111000001100101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591056; }

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

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

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

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

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

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

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

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