Html Css Color HEX #591BAE Purple Heart

📋 copy color: '#591BAE'

red 89 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #591BAE

Tints of Purple Heart #591BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 30.69%
G = 9.31%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#591BAE (or 0x591BAE) is known color: Purple Heart. HEX triplet: 59, 1B and AE. RGB value is (89,27,174). Sum of RGB (Red+Green+Blue) = 89+27+174=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #591BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591BAE is #A6E451. Grayscale: #3D3D3D. Windows color (decimal): -10937426 or 11410265. OLE color: 11410265.

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

Color convert

RGB 89 27 174 -
CMYK 0.49 0.84 0 0.32
HSL 265.31º 0.73% 0.39% -
HSV(B) 265.31º 0.84% 0.68% -
XYZ 12.15 5.96 40.56 -
YUV 62.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 89 27 174 0.49 0.84 0 0.32 265.31 0.73 0.39
Hex 59 1B AE 31 54 0 20 109 49 27
Octal 131 33 256 61 124 0 40 411 111 47
Binary 1011001 11011 10101110 110001 1010100 0 100000 100001001 1001001 100111

Color Harmonies of #591BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BAE

Black with #591BAE

Text Example


Text Example

White with #591BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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