#591552

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

Shades of Palatinate Purple #591552

Tints of Palatinate Purple #591552

Color information

#591552 (or 0x591552) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 52. RGB value is (89,21,82). Sum of RGB (Red+Green+Blue) = 89+21+82=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591552 is #A6EAAD. Grayscale: #303030. Windows color (decimal): -10939054 or 5379417. OLE color: 5379417.

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

Color convert

RGB892182-
CMYK00.760.080.65
HSL306.18º61.82%21.57%-
HSV(B)306.18º76.4%34.9%-
XYZ5.913.278.3-
YUV48.29147.03157.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=46.35%
G=10.94%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89218200.760.080.65306.1861.8221.57
Hex59155204C8411323e16
Octal131251220114101014627626
Binary1011001101011010010010011001000100000110011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591552; }

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

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

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

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

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

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

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

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