#591465

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

Shades of Hot Purple #591465

Tints of Hot Purple #591465

Color information

#591465 (or 0x591465) is unknown color: approx Hot Purple. HEX triplet: 59, 14 and 65. RGB value is (89,20,101). Sum of RGB (Red+Green+Blue) = 89+20+101=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #591465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591465 is #A6EB9A. Grayscale: #313131. Windows color (decimal): -10939291 or 6624345. OLE color: 6624345.

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

Color convert

RGB8920101-
CMYK0.120.8000.60
HSL291.11º66.94%23.73%-
HSV(B)291.11º80.2%39.61%-
XYZ6.723.5612.65-
YUV49.86156.86155.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=42.38%
G=9.52%
B=48.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89201010.120.8000.60291.1166.9423.73
Hex591465C5003C1234318
Octal131241451412007444310330
Binary1011001101001100101110010100000111100100100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591465; }

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

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

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

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

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

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

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

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