#59385C

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

Shades of Hot Purple #59385C

Tints of Hot Purple #59385C

Color information

#59385C (or 0x59385C) is unknown color: approx Hot Purple. HEX triplet: 59, 38 and 5C. RGB value is (89,56,92). Sum of RGB (Red+Green+Blue) = 89+56+92=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #59385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59385C is #A6C7A3. Grayscale: #454545. Windows color (decimal): -10930084 or 6043737. OLE color: 6043737.

HSL color Cylindrical-coordinate representation of color #59385C: hue angle of 295º 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 #59385C is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB895692-
CMYK0.030.3900.64
HSL295º24.32%29.02%-
HSV(B)295º39.13%36.08%-
XYZ7.475.7210.84-
YUV69.97140.43141.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=37.55%
G=23.63%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8956920.030.3900.6429524.3229.02
Hex59385C327040127181d
Octal1317013434701004473035
Binary1011001111000101110011100111010000001001001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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