#59245D

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

Shades of Hot Purple #59245D

Tints of Hot Purple #59245D

Color information

#59245D (or 0x59245D) is unknown color: approx Hot Purple. HEX triplet: 59, 24 and 5D. RGB value is (89,36,93). Sum of RGB (Red+Green+Blue) = 89+36+93=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #59245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59245D is #A6DBA2. Grayscale: #3A3A3A. Windows color (decimal): -10935203 or 6104153. OLE color: 6104153.

HSL color Cylindrical-coordinate representation of color #59245D: hue angle of 295.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59245D is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893693-
CMYK0.040.6100.64
HSL295.79º44.19%25.29%-
HSV(B)295.79º61.29%36.47%-
XYZ6.734.1810.81-
YUV58.34147.56149.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=40.83%
G=16.51%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8936930.040.6100.64295.7944.1925.29
Hex59245D43D0401282c19
Octal1314413547501004505431
Binary101100110010010111011001111010100000010010100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59245D; }

 p { color: rgb(89,36,93); }

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

<style>
 a { background-color: #59245D; }

 a { background-color: rgb(89,36,93); }

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

<style>
 span { border-color: #59245D; }

 span { border-color: rgb(89,36,93); }

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