#591455

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

Shades of Palatinate Purple #591455

Tints of Palatinate Purple #591455

Color information

#591455 (or 0x591455) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 55. RGB value is (89,20,85). Sum of RGB (Red+Green+Blue) = 89+20+85=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591455 is #A6EBAA. Grayscale: #2F2F2F. Windows color (decimal): -10939307 or 5575769. OLE color: 5575769.

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

Color convert

RGB892085-
CMYK00.780.040.65
HSL303.48º63.3%21.37%-
HSV(B)303.48º77.53%34.9%-
XYZ6.013.288.91-
YUV48.04148.86157.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=45.88%
G=10.31%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208500.780.040.65303.4863.321.37
Hex59145504E44112f3f15
Octal13124125011641014577725
Binary101100110100101010101001110100100000110010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591455; }

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

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

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

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

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

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

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

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