#591365

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

Shades of Hot Purple #591365

Tints of Hot Purple #591365

Color information

#591365 (or 0x591365) is unknown color: approx Hot Purple. HEX triplet: 59, 13 and 65. RGB value is (89,19,101). Sum of RGB (Red+Green+Blue) = 89+19+101=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #591365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591365 is #A6EC9A. Grayscale: #313131. Windows color (decimal): -10939547 or 6624089. OLE color: 6624089.

HSL color Cylindrical-coordinate representation of color #591365: hue angle of 291.22º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591365 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8919101-
CMYK0.120.8100.60
HSL291.22º68.33%23.53%-
HSV(B)291.22º81.19%39.61%-
XYZ6.73.5312.64-
YUV49.28157.19156.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=42.58%
G=9.09%
B=48.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89191010.120.8100.60291.2268.3323.53
Hex591365C5103C1234418
Octal131231451412107444310430
Binary1011001100111100101110010100010111100100100011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591365; }

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

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

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

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

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

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

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

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