#592060

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

Shades of Hot Purple #592060

Tints of Hot Purple #592060

Color information

#592060 (or 0x592060) is unknown color: approx Hot Purple. HEX triplet: 59, 20 and 60. RGB value is (89,32,96). Sum of RGB (Red+Green+Blue) = 89+32+96=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #592060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592060 is #A6DF9F. Grayscale: #383838. Windows color (decimal): -10936224 or 6299737. OLE color: 6299737.

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

Color convert

RGB893296-
CMYK0.070.6700.62
HSL293.44º50%25.1%-
HSV(B)293.44º66.67%37.65%-
XYZ6.75411.48-
YUV56.34150.38151.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=41.01%
G=14.75%
B=44.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8932960.070.6700.62293.445025.1
Hex59206074303E1253219
Octal1314014071030764456231
Binary101100110000011000001111000011011111010010010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592060; }

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

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

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

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

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

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

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

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