#591651

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

Shades of Palatinate Purple #591651

Tints of Palatinate Purple #591651

Color information

#591651 (or 0x591651) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 51. RGB value is (89,22,81). Sum of RGB (Red+Green+Blue) = 89+22+81=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591651 is #A6E9AE. Grayscale: #303030. Windows color (decimal): -10938799 or 5314137. OLE color: 5314137.

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

Color convert

RGB892281-
CMYK00.750.090.65
HSL307.16º60.36%21.76%-
HSV(B)307.16º75.28%34.9%-
XYZ5.893.298.11-
YUV48.76146.2156.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=46.35%
G=11.46%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89228100.750.090.65307.1660.3621.76
Hex59165104B9411333c16
Octal131261210113111014637426
Binary1011001101101010001010010111001100000110011001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591651; }

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

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

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

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

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

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

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

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