#591963

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

Shades of Hot Purple #591963

Tints of Hot Purple #591963

Color information

#591963 (or 0x591963) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 63. RGB value is (89,25,99). Sum of RGB (Red+Green+Blue) = 89+25+99=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #591963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591963 is #A6E69C. Grayscale: #343434. Windows color (decimal): -10938013 or 6494553. OLE color: 6494553.

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

Color convert

RGB892599-
CMYK0.100.7500.61
HSL291.89º59.68%24.31%-
HSV(B)291.89º74.75%38.82%-
XYZ6.723.7212.17-
YUV52.57154.2153.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=41.78%
G=11.74%
B=46.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8925990.100.7500.61291.8959.6824.31
Hex591963A4B03D1243c18
Octal13131143121130754447430
Binary101100111001110001110101001011011110110010010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591963; }

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

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

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

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

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

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

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

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