Html Css Color HEX #591ABF Purple Heart

📋 copy color: '#591ABF'

red 89 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #591ABF

Tints of Purple Heart #591ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 29.08%
G = 8.5%
B = 62.42%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#591ABF (or 0x591ABF) is known color: Purple Heart. HEX triplet: 59, 1A and BF. RGB value is (89,26,191). Sum of RGB (Red+Green+Blue) = 89+26+191=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #591ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ABF is #A6E540. Grayscale: #3F3F3F. Windows color (decimal): -10937665 or 12524121. OLE color: 12524121.

HSL color Cylindrical-coordinate representation of color #591ABF: hue angle of 262.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591ABF is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 26 191 -
CMYK 0.53 0.86 0 0.25
HSL 262.91º 0.76% 0.43% -
HSV(B) 262.91º 0.86% 0.75% -
XYZ 13.89 6.62 49.84 -
YUV 63.65 199.87 146.08 -
System Red Green Blue C M Y K H S L
Decimal 89 26 191 0.53 0.86 0 0.25 262.91 0.76 0.43
Hex 59 1A BF 35 56 0 19 107 4C 2B
Octal 131 32 277 65 126 0 31 407 114 53
Binary 1011001 11010 10111111 110101 1010110 0 11001 100000111 1001100 101011

Color Harmonies of #591ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591ABF

Black with #591ABF

Text Example


Text Example

White with #591ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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