Html Css Color HEX #591BAA Purple Heart

📋 copy color: '#591BAA'

red 89 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #591BAA

Tints of Purple Heart #591BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 31.12%
G = 9.44%
B = 59.44%

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

#591BAA (or 0x591BAA) is known color: Purple Heart. HEX triplet: 59, 1B and AA. RGB value is (89,27,170). Sum of RGB (Red+Green+Blue) = 89+27+170=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #591BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591BAA is #A6E455. Grayscale: #3D3D3D. Windows color (decimal): -10937430 or 11148121. OLE color: 11148121.

HSL color Cylindrical-coordinate representation of color #591BAA: hue angle of 266.01º 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 #591BAA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 27 170 -
CMYK 0.48 0.84 0 0.33
HSL 266.01º 0.73% 0.39% -
HSV(B) 266.01º 0.84% 0.67% -
XYZ 11.77 5.81 38.53 -
YUV 61.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 89 27 170 0.48 0.84 0 0.33 266.01 0.73 0.39
Hex 59 1B AA 30 54 0 21 10A 49 27
Octal 131 33 252 60 124 0 41 412 111 47
Binary 1011001 11011 10101010 110000 1010100 0 100001 100001010 1001001 100111

Color Harmonies of #591BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BAA

Black with #591BAA

Text Example


Text Example

White with #591BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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