Html Css Color HEX #591ABD Purple Heart

📋 copy color: '#591ABD'

red 89 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #591ABD

Tints of Purple Heart #591ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 29.28%
G = 8.55%
B = 62.17%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#591ABD (or 0x591ABD) is known color: Purple Heart. HEX triplet: 59, 1A and BD. RGB value is (89,26,189). Sum of RGB (Red+Green+Blue) = 89+26+189=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #591ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ABD is #A6E542. Grayscale: #3E3E3E. Windows color (decimal): -10937667 or 12393049. OLE color: 12393049.

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

Color convert

RGB 89 26 189 -
CMYK 0.53 0.86 0 0.26
HSL 263.19º 0.76% 0.42% -
HSV(B) 263.19º 0.86% 0.74% -
XYZ 13.67 6.54 48.69 -
YUV 63.42 198.87 146.25 -
System Red Green Blue C M Y K H S L
Decimal 89 26 189 0.53 0.86 0 0.26 263.19 0.76 0.42
Hex 59 1A BD 35 56 0 1A 107 4C 2A
Octal 131 32 275 65 126 0 32 407 114 52
Binary 1011001 11010 10111101 110101 1010110 0 11010 100000111 1001100 101010

Color Harmonies of #591ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591ABD

Black with #591ABD

Text Example


Text Example

White with #591ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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