#591966

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

Shades of Hot Purple #591966

Tints of Hot Purple #591966

Color information

#591966 (or 0x591966) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 66. RGB value is (89,25,102). Sum of RGB (Red+Green+Blue) = 89+25+102=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #591966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591966 is #A6E699. Grayscale: #343434. Windows color (decimal): -10938010 or 6691161. OLE color: 6691161.

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

Color convert

RGB8925102-
CMYK0.130.7500.6
HSL289.87º60.63%24.9%-
HSV(B)289.87º75.49%40%-
XYZ6.873.7812.94-
YUV52.91155.7153.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=41.20%
G=11.57%
B=47.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89251020.130.7500.6289.8760.6324.9
Hex591966D4B03C1223d19
Octal13131146151130744427531
Binary101100111001110011011011001011011110010010001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591966; }

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

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

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

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

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

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

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

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