#591456

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

Shades of Palatinate Purple #591456

Tints of Palatinate Purple #591456

Color information

#591456 (or 0x591456) is unknown color: approx Palatinate Purple. HEX triplet: 59, 14 and 56. RGB value is (89,20,86). Sum of RGB (Red+Green+Blue) = 89+20+86=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #591456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591456 is #A6EBA9. Grayscale: #2F2F2F. Windows color (decimal): -10939306 or 5641305. OLE color: 5641305.

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

Color convert

RGB892086-
CMYK00.780.030.65
HSL302.61º63.3%21.37%-
HSV(B)302.61º77.53%34.9%-
XYZ6.053.39.12-
YUV48.16149.36157.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=45.64%
G=10.26%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89208600.780.030.65302.6163.321.37
Hex59145604E34112f3f15
Octal13124126011631014577725
Binary10110011010010101100100111011100000110010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591456; }

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

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

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

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

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

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

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

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