#59395D

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

Shades of Hot Purple #59395D

Tints of Hot Purple #59395D

Color information

#59395D (or 0x59395D) is unknown color: approx Hot Purple. HEX triplet: 59, 39 and 5D. RGB value is (89,57,93). Sum of RGB (Red+Green+Blue) = 89+57+93=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #59395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59395D is #A6C6A2. Grayscale: #464646. Windows color (decimal): -10929827 or 6109529. OLE color: 6109529.

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

Color convert

RGB895793-
CMYK0.040.3900.64
HSL293.33º24%29.41%-
HSV(B)293.33º38.71%36.47%-
XYZ7.565.8411.08-
YUV70.67140.6141.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=37.24%
G=23.85%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8957930.040.3900.64293.332429.41
Hex59395D427040125181d
Octal1317113544701004453035
Binary10110011110011011101100100111010000001001001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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