#591659

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

Shades of Palatinate Purple #591659

Tints of Palatinate Purple #591659

Color information

#591659 (or 0x591659) is unknown color: approx Palatinate Purple. HEX triplet: 59, 16 and 59. RGB value is (89,22,89). Sum of RGB (Red+Green+Blue) = 89+22+89=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591659 is #A6E9A6. Grayscale: #313131. Windows color (decimal): -10938791 or 5838425. OLE color: 5838425.

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

Color convert

RGB892289-
CMYK00.7500.65
HSL300º60.36%21.76%-
HSV(B)300º75.28%34.9%-
XYZ6.213.429.78-
YUV49.67150.2156.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=44.5%
G=11%
B=44.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89228900.7500.6530060.3621.76
Hex59165904B04112c3c16
Octal13126131011301014547426
Binary1011001101101011001010010110100000110010110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591659; }

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

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

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

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

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

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

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

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