#591960

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

Shades of Hot Purple #591960

Tints of Hot Purple #591960

Color information

#591960 (or 0x591960) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 60. RGB value is (89,25,96). Sum of RGB (Red+Green+Blue) = 89+25+96=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #591960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591960 is #A6E69F. Grayscale: #343434. Windows color (decimal): -10938016 or 6297945. OLE color: 6297945.

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

Color convert

RGB892596-
CMYK0.070.7400.62
HSL294.08º58.68%23.73%-
HSV(B)294.08º73.96%37.65%-
XYZ6.583.6611.43-
YUV52.23152.7154.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=42.38%
G=11.90%
B=45.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8925960.070.7400.62294.0858.6823.73
Hex59196074A03E1263b18
Octal1313114071120764467330
Binary10110011100111000001111001010011111010010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591960; }

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

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

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

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

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

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

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

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