#592559

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

Shades of Hot Purple #592559

Tints of Hot Purple #592559

Color information

#592559 (or 0x592559) is unknown color: approx Hot Purple. HEX triplet: 59, 25 and 59. RGB value is (89,37,89). Sum of RGB (Red+Green+Blue) = 89+37+89=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592559 is #A6DAA6. Grayscale: #3A3A3A. Windows color (decimal): -10934951 or 5842265. OLE color: 5842265.

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

Color convert

RGB893789-
CMYK00.5800.65
HSL300º41.27%24.71%-
HSV(B)300º58.43%34.9%-
XYZ6.584.179.91-
YUV58.48145.23149.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=41.40%
G=17.21%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89378900.5800.6530041.2724.71
Hex59255903A04112c2919
Octal1314513107201014545131
Binary1011001100101101100101110100100000110010110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592559; }

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

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

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

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

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

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

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

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