#59375C

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

Shades of Hot Purple #59375C

Tints of Hot Purple #59375C

Color information

#59375C (or 0x59375C) is unknown color: approx Hot Purple. HEX triplet: 59, 37 and 5C. RGB value is (89,55,92). Sum of RGB (Red+Green+Blue) = 89+55+92=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #59375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59375C is #A6C8A3. Grayscale: #454545. Windows color (decimal): -10930340 or 6043481. OLE color: 6043481.

HSL color Cylindrical-coordinate representation of color #59375C: hue angle of 295.14º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59375C is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB895592-
CMYK0.030.4000.64
HSL295.14º25.17%28.82%-
HSV(B)295.14º40.22%36.08%-
XYZ7.425.6310.82-
YUV69.38140.76141.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=37.71%
G=23.31%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8955920.030.4000.64295.1425.1728.82
Hex59375C328040127191d
Octal1316713435001004473135
Binary1011001110111101110011101000010000001001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59375C; }

 p { color: rgb(89,55,92); }

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

<style>
 a { background-color: #59375C; }

 a { background-color: rgb(89,55,92); }

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

<style>
 span { border-color: #59375C; }

 span { border-color: rgb(89,55,92); }

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