#593360

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

Shades of Hot Purple #593360

Tints of Hot Purple #593360

Color information

#593360 (or 0x593360) is unknown color: approx Hot Purple. HEX triplet: 59, 33 and 60. RGB value is (89,51,96). Sum of RGB (Red+Green+Blue) = 89+51+96=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #593360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593360 is #A6CC9F. Grayscale: #434343. Windows color (decimal): -10931360 or 6304601. OLE color: 6304601.

HSL color Cylindrical-coordinate representation of color #593360: hue angle of 290.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #593360 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB895196-
CMYK0.070.4700.62
HSL290.67º30.61%28.82%-
HSV(B)290.67º46.88%37.65%-
XYZ7.415.3411.71-
YUV67.49144.09143.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=37.71%
G=21.61%
B=40.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8951960.070.4700.62290.6730.6128.82
Hex59336072F03E1231f1d
Octal131631407570764433735
Binary1011001110011110000011110111101111101001000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593360; }

 p { color: rgb(89,51,96); }

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

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

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

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

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

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

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