#592959

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

Shades of Hot Purple #592959

Tints of Hot Purple #592959

Color information

#592959 (or 0x592959) is unknown color: approx Hot Purple. HEX triplet: 59, 29 and 59. RGB value is (89,41,89). Sum of RGB (Red+Green+Blue) = 89+41+89=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592959 is #A6D6A6. Grayscale: #3C3C3C. Windows color (decimal): -10933927 or 5843289. OLE color: 5843289.

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

Color convert

RGB894189-
CMYK00.5400.65
HSL300º36.92%25.49%-
HSV(B)300º53.93%34.9%-
XYZ6.724.439.95-
YUV60.82143.9148.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=40.64%
G=18.72%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89418900.5400.6530036.9225.49
Hex59295903604112c2519
Octal1315113106601014544531
Binary1011001101001101100101101100100000110010110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592959; }

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

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

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

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

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

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

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

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