#591450

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

Shades of Palatinate Purple #591450

Tints of Palatinate Purple #591450

Color information

#591450 (or 0x591450) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 50. RGB value is (89,20,80). Sum of RGB (Red+Green+Blue) = 89+20+80=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591450 is #A6EBAF. Grayscale: #2F2F2F. Windows color (decimal): -10939312 or 5248089. OLE color: 5248089.

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

Color convert

RGB892080-
CMYK00.780.100.65
HSL307.83º63.3%21.37%-
HSV(B)307.83º77.53%34.9%-
XYZ5.823.27.9-
YUV47.47146.36157.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=47.09%
G=10.58%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208000.780.100.65307.8363.321.37
Hex59145004EA411343f15
Octal131241200116121014647725
Binary1011001101001010000010011101010100000110011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591450; }

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

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

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

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

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

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

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

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