#592360

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

Shades of Hot Purple #592360

Tints of Hot Purple #592360

Color information

#592360 (or 0x592360) is unknown color: approx Hot Purple. HEX triplet: 59, 23 and 60. RGB value is (89,35,96). Sum of RGB (Red+Green+Blue) = 89+35+96=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #592360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592360 is #A6DC9F. Grayscale: #393939. Windows color (decimal): -10935456 or 6300505. OLE color: 6300505.

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

Color convert

RGB893596-
CMYK0.070.6400.62
HSL293.11º46.56%25.69%-
HSV(B)293.11º63.54%37.65%-
XYZ6.834.1711.51-
YUV58.1149.39150.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=40.45%
G=15.91%
B=43.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8935960.070.6400.62293.1146.5625.69
Hex59236074003E1252f1a
Octal1314314071000764455732
Binary101100110001111000001111000000011111010010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592360; }

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

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

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

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

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

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

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

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