#591551

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

Shades of Palatinate Purple #591551

Tints of Palatinate Purple #591551

Color information

#591551 (or 0x591551) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 51. RGB value is (89,21,81). Sum of RGB (Red+Green+Blue) = 89+21+81=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591551 is #A6EAAE. Grayscale: #303030. Windows color (decimal): -10939055 or 5313881. OLE color: 5313881.

HSL color Cylindrical-coordinate representation of color #591551: hue angle of 307.06º 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 #591551 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB892181-
CMYK00.760.090.65
HSL307.06º61.82%21.57%-
HSV(B)307.06º76.4%34.9%-
XYZ5.873.258.1-
YUV48.17146.53157.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=46.60%
G=10.99%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89218100.760.090.65307.0661.8221.57
Hex59155104C9411333e16
Octal131251210114111014637626
Binary1011001101011010001010011001001100000110011001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591551; }

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

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

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

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

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

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

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

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