#59355C

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

Shades of Hot Purple #59355C

Tints of Hot Purple #59355C

Color information

#59355C (or 0x59355C) is unknown color: approx Hot Purple. HEX triplet: 59, 35 and 5C. RGB value is (89,53,92). Sum of RGB (Red+Green+Blue) = 89+53+92=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #59355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59355C is #A6CAA3. Grayscale: #444444. Windows color (decimal): -10930852 or 6042969. OLE color: 6042969.

HSL color Cylindrical-coordinate representation of color #59355C: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59355C is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB895392-
CMYK0.030.4200.64
HSL295.38º26.9%28.43%-
HSV(B)295.38º42.39%36.08%-
XYZ7.325.4410.79-
YUV68.21141.43142.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=38.03%
G=22.65%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8953920.030.4200.64295.3826.928.43
Hex59355C32A0401271b1c
Octal1316513435201004473334
Binary1011001110101101110011101010010000001001001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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