#591550

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

Shades of Palatinate Purple #591550

Tints of Palatinate Purple #591550

Color information

#591550 (or 0x591550) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 50. RGB value is (89,21,80). Sum of RGB (Red+Green+Blue) = 89+21+80=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591550 is #A6EAAF. Grayscale: #2F2F2F. Windows color (decimal): -10939056 or 5248345. OLE color: 5248345.

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

Color convert

RGB892180-
CMYK00.760.100.65
HSL307.94º61.82%21.57%-
HSV(B)307.94º76.4%34.9%-
XYZ5.843.247.91-
YUV48.06146.03157.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=46.84%
G=11.05%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89218000.760.100.65307.9461.8221.57
Hex59155004CA411343e16
Octal131251200114121014647626
Binary1011001101011010000010011001010100000110011010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591550; }

 p { color: rgb(89,21,80); }

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

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

 a { background-color: rgb(89,21,80); }

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

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

 span { border-color: rgb(89,21,80); }

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