Html Css Color HEX #591CAC Purple Heart

📋 copy color: '#591CAC'

red 89 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #591CAC

Tints of Purple Heart #591CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 30.8%
G = 9.69%
B = 59.52%

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

#591CAC (or 0x591CAC) is known color: Purple Heart. HEX triplet: 59, 1C and AC. RGB value is (89,28,172). Sum of RGB (Red+Green+Blue) = 89+28+172=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #591CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CAC is #A6E353. Grayscale: #3E3E3E. Windows color (decimal): -10937172 or 11279449. OLE color: 11279449.

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

Color convert

RGB 89 28 172 -
CMYK 0.48 0.84 0 0.33
HSL 265.42º 0.72% 0.39% -
HSV(B) 265.42º 0.84% 0.67% -
XYZ 11.98 5.93 39.54 -
YUV 62.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 89 28 172 0.48 0.84 0 0.33 265.42 0.72 0.39
Hex 59 1C AC 30 54 0 21 109 48 27
Octal 131 34 254 60 124 0 41 411 110 47
Binary 1011001 11100 10101100 110000 1010100 0 100001 100001001 1001000 100111

Color Harmonies of #591CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CAC

Black with #591CAC

Text Example


Text Example

White with #591CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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