#591B64

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

Shades of Hot Purple #591B64

Tints of Hot Purple #591B64

Color information

#591B64 (or 0x591B64) is unknown color: approx Hot Purple. HEX triplet: 59, 1B and 64. RGB value is (89,27,100). Sum of RGB (Red+Green+Blue) = 89+27+100=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #591B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B64 is #A6E49B. Grayscale: #353535. Windows color (decimal): -10937500 or 6560601. OLE color: 6560601.

HSL color Cylindrical-coordinate representation of color #591B64: hue angle of 290.96º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591B64 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8927100-
CMYK0.110.7300.61
HSL290.96º57.48%24.9%-
HSV(B)290.96º73%39.22%-
XYZ6.813.8312.44-
YUV53.86154.04153.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 100 (39.45% from 255) = 46.30%
R=41.20%
G=12.5%
B=46.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89271000.110.7300.61290.9657.4824.9
Hex591B64B4903D1233919
Octal13133144131110754437131
Binary101100111011110010010111001001011110110010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,27,100); }

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

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

 a { background-color: rgb(89,27,100); }

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

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

 span { border-color: rgb(89,27,100); }

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