#591D63

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

Shades of Hot Purple #591D63

Tints of Hot Purple #591D63

Color information

#591D63 (or 0x591D63) is unknown color: approx Hot Purple. HEX triplet: 59, 1D and 63. RGB value is (89,29,99). Sum of RGB (Red+Green+Blue) = 89+29+99=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #591D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D63 is #A6E29C. Grayscale: #363636. Windows color (decimal): -10936989 or 6495577. OLE color: 6495577.

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

Color convert

RGB892999-
CMYK0.100.7100.61
HSL291.43º54.69%25.1%-
HSV(B)291.43º70.71%38.82%-
XYZ6.813.912.2-
YUV54.92152.88152.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=41.01%
G=13.36%
B=45.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8929990.100.7100.61291.4354.6925.1
Hex591D63A4703D1233719
Octal13135143121070754436731
Binary101100111101110001110101000111011110110010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,29,99); }

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

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

 a { background-color: rgb(89,29,99); }

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

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

 span { border-color: rgb(89,29,99); }

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