#591254

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

Shades of Palatinate Purple #591254

Tints of Palatinate Purple #591254

Color information

#591254 (or 0x591254) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 54. RGB value is (89,18,84). Sum of RGB (Red+Green+Blue) = 89+18+84=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591254 is #A6EDAB. Grayscale: #2E2E2E. Windows color (decimal): -10939820 or 5509721. OLE color: 5509721.

HSL color Cylindrical-coordinate representation of color #591254: hue angle of 304.23º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591254 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB891884-
CMYK00.800.060.65
HSL304.23º66.36%20.98%-
HSV(B)304.23º79.78%34.9%-
XYZ5.943.28.69-
YUV46.75149.02158.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=46.60%
G=9.42%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89188400.800.060.65304.2366.3620.98
Hex5912540506411304215
Octal131221240120610146010225
Binary1011001100101010100010100001101000001100110000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591254; }

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

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

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

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

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

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

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

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