#591E51

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

Shades of Palatinate Purple #591E51

Tints of Palatinate Purple #591E51

Color information

#591E51 (or 0x591E51) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1E and 51. RGB value is (89,30,81). Sum of RGB (Red+Green+Blue) = 89+30+81=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #591E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E51 is #A6E1AE. Grayscale: #353535. Windows color (decimal): -10936751 or 5316185. OLE color: 5316185.

HSL color Cylindrical-coordinate representation of color #591E51: hue angle of 308.14º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E51 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB893081-
CMYK00.660.090.65
HSL308.14º49.58%23.33%-
HSV(B)308.14º66.29%34.9%-
XYZ6.073.658.17-
YUV53.46143.55153.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=44.5%
G=15%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89308100.660.090.65308.1449.5823.33
Hex591E510429411343217
Octal131361210102111014646227
Binary1011001111101010001010000101001100000110011010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E51; }

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

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

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

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

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

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

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

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