#590BE1

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

Shades of Han Purple #590BE1

Tints of Han Purple #590BE1

Color information

#590BE1 (or 0x590BE1) is unknown color: approx Han Purple. HEX triplet: 59, 0B and E1. RGB value is (89,11,225). Sum of RGB (Red+Green+Blue) = 89+11+225=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #590BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BE1 is #A6F41E. Grayscale: #393939. Windows color (decimal): -10941471 or 14748505. OLE color: 14748505.

HSL color Cylindrical-coordinate representation of color #590BE1: hue angle of 261.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BE1 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8911225-
CMYK0.600.9500.12
HSL261.87º90.68%46.27%-
HSV(B)261.87º95.11%88.24%-
XYZ17.837.871.8-
YUV58.72221.84149.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 11 (4.69% from 255) = 3.38%
BLUE value IS 225 (88.28% from 255) = 69.23%
R=27.38%
G=3.38%
B=69.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal89112250.600.9500.12261.8790.6846.27
Hex59BE13C5F0C1065b2e
Octal131133417413701440613356
Binary10110011011111000011111001011111011001000001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590BE1; }

 p { color: rgb(89,11,225); }

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

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

 a { background-color: rgb(89,11,225); }

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

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

 span { border-color: rgb(89,11,225); }

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