Html Css Color HEX #591AAC Purple Heart

📋 copy color: '#591AAC'

red 89 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #591AAC

Tints of Purple Heart #591AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 31.01%
G = 9.06%
B = 59.93%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#591AAC (or 0x591AAC) is known color: Purple Heart. HEX triplet: 59, 1A and AC. RGB value is (89,26,172). Sum of RGB (Red+Green+Blue) = 89+26+172=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #591AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591AAC is #A6E553. Grayscale: #3C3C3C. Windows color (decimal): -10937684 or 11278937. OLE color: 11278937.

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

Color convert

RGB 89 26 172 -
CMYK 0.48 0.85 0 0.33
HSL 265.89º 0.74% 0.39% -
HSV(B) 265.89º 0.85% 0.67% -
XYZ 11.94 5.84 39.53 -
YUV 61.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 89 26 172 0.48 0.85 0 0.33 265.89 0.74 0.39
Hex 59 1A AC 30 55 0 21 10A 4A 27
Octal 131 32 254 60 125 0 41 412 112 47
Binary 1011001 11010 10101100 110000 1010101 0 100001 100001010 1001010 100111

Color Harmonies of #591AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591AAC

Black with #591AAC

Text Example


Text Example

White with #591AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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