#59325D

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

Shades of Hot Purple #59325D

Tints of Hot Purple #59325D

Color information

#59325D (or 0x59325D) is unknown color: approx Hot Purple. HEX triplet: 59, 32 and 5D. RGB value is (89,50,93). Sum of RGB (Red+Green+Blue) = 89+50+93=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #59325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59325D is #A6CDA2. Grayscale: #424242. Windows color (decimal): -10931619 or 6107737. OLE color: 6107737.

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

Color convert

RGB895093-
CMYK0.040.4600.64
HSL294.42º30.07%28.04%-
HSV(B)294.42º46.24%36.47%-
XYZ7.245.210.98-
YUV66.56142.92144-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=38.36%
G=21.55%
B=40.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8950930.040.4600.64294.4230.0728.04
Hex59325D42E0401261e1c
Octal1316213545601004463634
Binary10110011100101011101100101110010000001001001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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