#59245B

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

Shades of Hot Purple #59245B

Tints of Hot Purple #59245B

Color information

#59245B (or 0x59245B) is unknown color: approx Hot Purple. HEX triplet: 59, 24 and 5B. RGB value is (89,36,91). Sum of RGB (Red+Green+Blue) = 89+36+91=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #59245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59245B is #A6DBA4. Grayscale: #393939. Windows color (decimal): -10935205 or 5973081. OLE color: 5973081.

HSL color Cylindrical-coordinate representation of color #59245B: hue angle of 297.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59245B is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893691-
CMYK0.020.6000.64
HSL297.82º43.31%24.9%-
HSV(B)297.82º60.44%35.69%-
XYZ6.644.1410.35-
YUV58.12146.56150.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=41.20%
G=16.67%
B=42.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8936910.020.6000.64297.8243.3124.9
Hex59245B23C04012a2b19
Octal1314413327401004525331
Binary10110011001001011011101111000100000010010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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