#593059

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

Shades of Hot Purple #593059

Tints of Hot Purple #593059

Color information

#593059 (or 0x593059) is unknown color: approx Hot Purple. HEX triplet: 59, 30 and 59. RGB value is (89,48,89). Sum of RGB (Red+Green+Blue) = 89+48+89=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #593059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593059 is #A6CFA6. Grayscale: #404040. Windows color (decimal): -10932135 or 5845081. OLE color: 5845081.

HSL color Cylindrical-coordinate representation of color #593059: hue angle of 300º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593059 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB894889-
CMYK00.4600.65
HSL300º29.93%26.86%-
HSV(B)300º46.07%34.9%-
XYZ6.984.9610.04-
YUV64.93141.58145.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=39.38%
G=21.24%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89488900.4600.6530029.9326.86
Hex59305902E04112c1e1b
Octal1316013105601014543633
Binary101100111000010110010101110010000011001011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593059; }

 p { color: rgb(89,48,89); }

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

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

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

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

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

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

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