#591261

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

Shades of Palatinate Purple #591261

Tints of Palatinate Purple #591261

Color information

#591261 (or 0x591261) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 61. RGB value is (89,18,97). Sum of RGB (Red+Green+Blue) = 89+18+97=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #591261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591261 is #A6ED9E. Grayscale: #2F2F2F. Windows color (decimal): -10939807 or 6361689. OLE color: 6361689.

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

Color convert

RGB891897-
CMYK0.080.8100.62
HSL293.92º68.7%22.55%-
HSV(B)293.92º81.44%38.04%-
XYZ6.493.4211.63-
YUV48.24155.52157.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=43.63%
G=8.82%
B=47.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8918970.080.8100.62293.9268.722.55
Hex59126185103E1264517
Octal131221411012107644610527
Binary1011001100101100001100010100010111110100100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591261; }

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

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

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

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

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

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

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

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