#591965

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

Shades of Hot Purple #591965

Tints of Hot Purple #591965

Color information

#591965 (or 0x591965) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 65. RGB value is (89,25,101). Sum of RGB (Red+Green+Blue) = 89+25+101=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #591965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591965 is #A6E69A. Grayscale: #343434. Windows color (decimal): -10938011 or 6625625. OLE color: 6625625.

HSL color Cylindrical-coordinate representation of color #591965: hue angle of 290.53º degrees, saturation: 0.6, 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 #591965 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8925101-
CMYK0.120.7500.60
HSL290.53º60.32%24.71%-
HSV(B)290.53º75.25%39.61%-
XYZ6.823.7612.68-
YUV52.8155.2153.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=41.40%
G=11.63%
B=46.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89251010.120.7500.60290.5360.3224.71
Hex591965C4B03C1233c19
Octal13131145141130744437431
Binary101100111001110010111001001011011110010010001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591965; }

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

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

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

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

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

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

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

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