#591454

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

Shades of Palatinate Purple #591454

Tints of Palatinate Purple #591454

Color information

#591454 (or 0x591454) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 54. RGB value is (89,20,84). Sum of RGB (Red+Green+Blue) = 89+20+84=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591454 is #A6EBAB. Grayscale: #2F2F2F. Windows color (decimal): -10939308 or 5510233. OLE color: 5510233.

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

Color convert

RGB892084-
CMYK00.780.060.65
HSL304.35º63.3%21.37%-
HSV(B)304.35º77.53%34.9%-
XYZ5.973.268.7-
YUV47.93148.36157.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=46.11%
G=10.36%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208400.780.060.65304.3563.321.37
Hex59145404E6411303f15
Octal13124124011661014607725
Binary101100110100101010001001110110100000110011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591454; }

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

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

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

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

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

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

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

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