#591964

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

Shades of Hot Purple #591964

Tints of Hot Purple #591964

Color information

#591964 (or 0x591964) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 64. RGB value is (89,25,100). Sum of RGB (Red+Green+Blue) = 89+25+100=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #591964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591964 is #A6E69B. Grayscale: #343434. Windows color (decimal): -10938012 or 6560089. OLE color: 6560089.

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

Color convert

RGB8925100-
CMYK0.110.7500.61
HSL291.2º60%24.51%-
HSV(B)291.2º75%39.22%-
XYZ6.773.7412.42-
YUV52.69154.7153.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=41.59%
G=11.68%
B=46.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89251000.110.7500.61291.26024.51
Hex591964B4B03D1233c19
Octal13131144131130754437431
Binary101100111001110010010111001011011110110010001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591964; }

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

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

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

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

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

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

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

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