#591361

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

Shades of Palatinate Purple #591361

Tints of Palatinate Purple #591361

Color information

#591361 (or 0x591361) is unknown color: approx Palatinate Purple. HEX triplet: 59, 13 and 61. RGB value is (89,19,97). Sum of RGB (Red+Green+Blue) = 89+19+97=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #591361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591361 is #A6EC9E. Grayscale: #303030. Windows color (decimal): -10939551 or 6361945. OLE color: 6361945.

HSL color Cylindrical-coordinate representation of color #591361: hue angle of 293.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591361 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB891997-
CMYK0.080.8000.62
HSL293.85º67.24%22.75%-
HSV(B)293.85º80.41%38.04%-
XYZ6.513.4511.63-
YUV48.82155.19156.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=43.41%
G=9.27%
B=47.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8919970.080.8000.62293.8567.2422.75
Hex59136185003E1264317
Octal131231411012007644610327
Binary1011001100111100001100010100000111110100100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591361; }

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

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

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

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

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

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

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

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