#591451

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

Shades of Palatinate Purple #591451

Tints of Palatinate Purple #591451

Color information

#591451 (or 0x591451) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 51. RGB value is (89,20,81). Sum of RGB (Red+Green+Blue) = 89+20+81=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591451 is #A6EBAE. Grayscale: #2F2F2F. Windows color (decimal): -10939311 or 5313625. OLE color: 5313625.

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

Color convert

RGB892081-
CMYK00.780.090.65
HSL306.96º63.3%21.37%-
HSV(B)306.96º77.53%34.9%-
XYZ5.863.228.1-
YUV47.58146.86157.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=46.84%
G=10.53%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208100.780.090.65306.9663.321.37
Hex59145104E9411333f15
Octal131241210116111014637725
Binary1011001101001010001010011101001100000110011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591451; }

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

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

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

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

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

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

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

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