#591F4F

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

Shades of Palatinate Purple #591F4F

Tints of Palatinate Purple #591F4F

Color information

#591F4F (or 0x591F4F) is unknown color: approx Palatinate Purple. HEX triplet: 59, 1F and 4F. RGB value is (89,31,79). Sum of RGB (Red+Green+Blue) = 89+31+79=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #591F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F4F is #A6E0B0. Grayscale: #353535. Windows color (decimal): -10936497 or 5185369. OLE color: 5185369.

HSL color Cylindrical-coordinate representation of color #591F4F: hue angle of 310.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F4F is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB893179-
CMYK00.650.110.65
HSL310.34º48.33%23.53%-
HSV(B)310.34º65.17%34.9%-
XYZ6.023.677.79-
YUV53.81142.22153.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=44.72%
G=15.58%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89317900.650.110.65310.3448.3323.53
Hex591F4F041B411363018
Octal131371170101131014666030
Binary1011001111111001111010000011011100000110011011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591F4F; }

 p { color: rgb(89,31,79); }

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

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

 a { background-color: rgb(89,31,79); }

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

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

 span { border-color: rgb(89,31,79); }

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