Html Css Color HEX #591CE1 Han Purple

📋 copy color: '#591CE1'

red 89 ◦ green 28 ◦ blue 225

#591CE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #591CE1

Tints of Han Purple #591CE1

RGB

 RED value IS 89 (35.16% from 255) = 26.02%

 GREEN value IS 28 (11.33% from 255) = 8.19%

 BLUE value IS 225 (88.28% from 255) = 65.79%

R = 26.02%
G = 8.19%
B = 65.79%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#591CE1 (or 0x591CE1) is known color: Han Purple. HEX triplet: 59, 1C and E1. RGB value is (89,28,225). Sum of RGB (Red+Green+Blue) = 89+28+225=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #591CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CE1 is #A6E31E. Grayscale: #434343. Windows color (decimal): -10937119 or 14752857. OLE color: 14752857.

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

Color convert

RGB 89 28 225 -
CMYK 0.60 0.88 0 0.12
HSL 258.58º 0.78% 0.5% -
HSV(B) 258.58º 0.88% 0.88% -
XYZ 18.13 8.39 71.9 -
YUV 68.7 216.21 142.48 -
System Red Green Blue C M Y K H S L
Decimal 89 28 225 0.60 0.88 0 0.12 258.58 0.78 0.5
Hex 59 1C E1 3C 58 0 C 103 4E 32
Octal 131 34 341 74 130 0 14 403 116 62
Binary 1011001 11100 11100001 111100 1011000 0 1100 100000011 1001110 110010

Color Harmonies of #591CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CE1

Black with #591CE1

Text Example


Text Example

White with #591CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #591CE1;
 }
 .AnyTagClassName
 {
   color: #591CE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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