#59205B

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

Shades of Hot Purple #59205B

Tints of Hot Purple #59205B

Color information

#59205B (or 0x59205B) is unknown color: approx Hot Purple. HEX triplet: 59, 20 and 5B. RGB value is (89,32,91). Sum of RGB (Red+Green+Blue) = 89+32+91=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #59205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59205B is #A6DFA4. Grayscale: #373737. Windows color (decimal): -10936229 or 5972057. OLE color: 5972057.

HSL color Cylindrical-coordinate representation of color #59205B: hue angle of 297.97º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59205B is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893291-
CMYK0.020.6500.64
HSL297.97º47.97%24.12%-
HSV(B)297.97º64.84%35.69%-
XYZ6.523.9110.31-
YUV55.77147.88151.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=41.98%
G=15.09%
B=42.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8932910.020.6500.64297.9747.9724.12
Hex59205B24104012a3018
Octal13140133210101004526030
Binary101100110000010110111010000010100000010010101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59205B; }

 p { color: rgb(89,32,91); }

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

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

 a { background-color: rgb(89,32,91); }

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

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

 span { border-color: rgb(89,32,91); }

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