#591660

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

Shades of Hot Purple #591660

Tints of Hot Purple #591660

Color information

#591660 (or 0x591660) is unknown color: approx Hot Purple. HEX triplet: 59, 16 and 60. RGB value is (89,22,96). Sum of RGB (Red+Green+Blue) = 89+22+96=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #591660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591660 is #A6E99F. Grayscale: #323232. Windows color (decimal): -10938784 or 6297177. OLE color: 6297177.

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

Color convert

RGB892296-
CMYK0.070.7700.62
HSL294.32º62.71%23.14%-
HSV(B)294.32º77.08%37.65%-
XYZ6.523.5411.41-
YUV50.47153.7155.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=43.00%
G=10.63%
B=46.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8922960.070.7700.62294.3262.7123.14
Hex59166074D03E1263f17
Octal1312614071150764467727
Binary10110011011011000001111001101011111010010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591660; }

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

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

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

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

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

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

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

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