#591860

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

Shades of Hot Purple #591860

Tints of Hot Purple #591860

Color information

#591860 (or 0x591860) is unknown color: approx Hot Purple. HEX triplet: 59, 18 and 60. RGB value is (89,24,96). Sum of RGB (Red+Green+Blue) = 89+24+96=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #591860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591860 is #A6E79F. Grayscale: #333333. Windows color (decimal): -10938272 or 6297689. OLE color: 6297689.

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

Color convert

RGB892496-
CMYK0.070.7500.62
HSL294.17º60%23.53%-
HSV(B)294.17º75%37.65%-
XYZ6.563.6211.42-
YUV51.64153.03154.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=42.58%
G=11.48%
B=45.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8924960.070.7500.62294.176023.53
Hex59186074B03E1263c18
Octal1313014071130764467430
Binary10110011100011000001111001011011111010010011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591860; }

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

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

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

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

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

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

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

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