#591EDD

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

Shades of Han Purple #591EDD

Tints of Han Purple #591EDD

Color information

#591EDD (or 0x591EDD) is unknown color: approx Han Purple. HEX triplet: 59, 1E and DD. RGB value is (89,30,221). Sum of RGB (Red+Green+Blue) = 89+30+221=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #591EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EDD is #A6E122. Grayscale: #444444. Windows color (decimal): -10936611 or 14491225. OLE color: 14491225.

HSL color Cylindrical-coordinate representation of color #591EDD: hue angle of 258.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591EDD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8930221-
CMYK0.600.8600.13
HSL258.53º76.1%49.22%-
HSV(B)258.53º86.43%86.67%-
XYZ17.648.2769.07-
YUV69.42213.55141.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 221 (86.72% from 255) = 65%
R=26.18%
G=8.82%
B=65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89302210.600.8600.13258.5376.149.22
Hex591EDD3C560D1034c31
Octal131363357412601540311461
Binary101100111110110111011111001010110011011000000111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591EDD; }

 p { color: rgb(89,30,221); }

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

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

 a { background-color: rgb(89,30,221); }

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

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

 span { border-color: rgb(89,30,221); }

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