#591F61

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

Shades of Hot Purple #591F61

Tints of Hot Purple #591F61

Color information

#591F61 (or 0x591F61) is unknown color: approx Hot Purple. HEX triplet: 59, 1F and 61. RGB value is (89,31,97). Sum of RGB (Red+Green+Blue) = 89+31+97=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #591F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F61 is #A6E09E. Grayscale: #373737. Windows color (decimal): -10936479 or 6365017. OLE color: 6365017.

HSL color Cylindrical-coordinate representation of color #591F61: hue angle of 292.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #591F61 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB893197-
CMYK0.080.6800.62
HSL292.73º51.56%25.1%-
HSV(B)292.73º68.04%38.04%-
XYZ6.773.9711.72-
YUV55.87151.22151.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=41.01%
G=14.29%
B=44.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8931970.080.6800.62292.7351.5625.1
Hex591F6184403E1253419
Octal13137141101040764456431
Binary101100111111110000110001000100011111010010010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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