Html Css Color HEX #591BAB Purple Heart

📋 copy color: '#591BAB'

red 89 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #591BAB

Tints of Purple Heart #591BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 31.01%
G = 9.41%
B = 59.58%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#591BAB (or 0x591BAB) is known color: Purple Heart. HEX triplet: 59, 1B and AB. RGB value is (89,27,171). Sum of RGB (Red+Green+Blue) = 89+27+171=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #591BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591BAB is #A6E454. Grayscale: #3D3D3D. Windows color (decimal): -10937429 or 11213657. OLE color: 11213657.

HSL color Cylindrical-coordinate representation of color #591BAB: hue angle of 265.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591BAB is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 27 171 -
CMYK 0.48 0.84 0 0.33
HSL 265.83º 0.73% 0.39% -
HSV(B) 265.83º 0.84% 0.67% -
XYZ 11.86 5.85 39.03 -
YUV 61.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 89 27 171 0.48 0.84 0 0.33 265.83 0.73 0.39
Hex 59 1B AB 30 54 0 21 10A 49 27
Octal 131 33 253 60 124 0 41 412 111 47
Binary 1011001 11011 10101011 110000 1010100 0 100001 100001010 1001001 100111

Color Harmonies of #591BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BAB

Black with #591BAB

Text Example


Text Example

White with #591BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,27,171); }

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

background-color css

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

 a { background-color: rgb(89,27,171); }

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

border-color css

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

 span { border-color: rgb(89,27,171); }

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