#591EE0

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

Shades of Han Purple #591EE0

Tints of Han Purple #591EE0

Color information

#591EE0 (or 0x591EE0) is unknown color: approx Han Purple. HEX triplet: 59, 1E and E0. RGB value is (89,30,224). Sum of RGB (Red+Green+Blue) = 89+30+224=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #591EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EE0 is #A6E11F. Grayscale: #454545. Windows color (decimal): -10936608 or 14687833. OLE color: 14687833.

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

Color convert

RGB8930224-
CMYK0.600.8700.12
HSL258.25º76.38%49.8%-
HSV(B)258.25º86.61%87.84%-
XYZ18.048.4371.2-
YUV69.76215.05141.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 224 (87.89% from 255) = 65.31%
R=25.95%
G=8.75%
B=65.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal89302240.600.8700.12258.2576.3849.8
Hex591EE03C570C1024c32
Octal131363407412701440211462
Binary101100111110111000001111001010111011001000000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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