#591FF2

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

Shades of Han Purple #591FF2

Tints of Han Purple #591FF2

Color information

#591FF2 (or 0x591FF2) is unknown color: approx Han Purple. HEX triplet: 59, 1F and F2. RGB value is (89,31,242). Sum of RGB (Red+Green+Blue) = 89+31+242=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #591FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FF2 is #A6E00D. Grayscale: #474747. Windows color (decimal): -10936334 or 15867737. OLE color: 15867737.

HSL color Cylindrical-coordinate representation of color #591FF2: hue angle of 256.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FF2 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8931242-
CMYK0.630.8700.05
HSL256.49º89.03%53.53%-
HSV(B)256.49º87.19%94.9%-
XYZ20.649.5184.75-
YUV72.4223.72139.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 31 (12.5% from 255) = 8.56%
BLUE value IS 242 (94.92% from 255) = 66.85%
R=24.59%
G=8.56%
B=66.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal89312420.630.8700.05256.4989.0353.53
Hex591FF23F57051005936
Octal13137362771270540013166
Binary10110011111111110010111111101011101011000000001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,242); }

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

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

 a { background-color: rgb(89,31,242); }

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

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

 span { border-color: rgb(89,31,242); }

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