Html Css Color HEX #591AEC Han Purple

📋 copy color: '#591AEC'

red 89 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #591AEC

Tints of Han Purple #591AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 25.36%
G = 7.41%
B = 67.24%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#591AEC (or 0x591AEC) is known color: Han Purple. HEX triplet: 59, 1A and EC. RGB value is (89,26,236). Sum of RGB (Red+Green+Blue) = 89+26+236=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #591AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AEC is #A6E513. Grayscale: #444444. Windows color (decimal): -10937620 or 15473241. OLE color: 15473241.

HSL color Cylindrical-coordinate representation of color #591AEC: hue angle of 258º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591AEC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 26 236 -
CMYK 0.62 0.89 0 0.07
HSL 258º 0.85% 0.51% -
HSV(B) 258º 0.89% 0.93% -
XYZ 19.63 8.92 80.04 -
YUV 68.78 222.37 142.42 -
System Red Green Blue C M Y K H S L
Decimal 89 26 236 0.62 0.89 0 0.07 258 0.85 0.51
Hex 59 1A EC 3E 59 0 7 102 55 33
Octal 131 32 354 76 131 0 7 402 125 63
Binary 1011001 11010 11101100 111110 1011001 0 111 100000010 1010101 110011

Color Harmonies of #591AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591AEC

Black with #591AEC

Text Example


Text Example

White with #591AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,26,236); }

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

background-color css

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

 a { background-color: rgb(89,26,236); }

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

border-color css

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

 span { border-color: rgb(89,26,236); }

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