#591061

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

Shades of Palatinate Purple #591061

Tints of Palatinate Purple #591061

Color information

#591061 (or 0x591061) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 61. RGB value is (89,16,97). Sum of RGB (Red+Green+Blue) = 89+16+97=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #591061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591061 is #A6EF9E. Grayscale: #2E2E2E. Windows color (decimal): -10940319 or 6361177. OLE color: 6361177.

HSL color Cylindrical-coordinate representation of color #591061: hue angle of 294.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591061 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB891697-
CMYK0.080.8400.62
HSL294.07º71.68%22.16%-
HSV(B)294.07º83.51%38.04%-
XYZ6.463.3611.62-
YUV47.06156.18157.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=44.06%
G=7.92%
B=48.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8916970.080.8400.62294.0771.6822.16
Hex59106185403E1264816
Octal131201411012407644611026
Binary1011001100001100001100010101000111110100100110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591061; }

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

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

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

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

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

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

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

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