Html Css Color HEX #591CAB Purple Heart

📋 copy color: '#591CAB'

red 89 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #591CAB

Tints of Purple Heart #591CAB

RGB

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

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

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

R = 30.9%
G = 9.72%
B = 59.38%

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

#591CAB (or 0x591CAB) is known color: Purple Heart. HEX triplet: 59, 1C and AB. RGB value is (89,28,171). Sum of RGB (Red+Green+Blue) = 89+28+171=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #591CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CAB is #A6E354. Grayscale: #3E3E3E. Windows color (decimal): -10937173 or 11213913. OLE color: 11213913.

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

Color convert

RGB 89 28 171 -
CMYK 0.48 0.84 0 0.33
HSL 265.59º 0.72% 0.39% -
HSV(B) 265.59º 0.84% 0.67% -
XYZ 11.89 5.89 39.04 -
YUV 62.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 89 28 171 0.48 0.84 0 0.33 265.59 0.72 0.39
Hex 59 1C AB 30 54 0 21 10A 48 27
Octal 131 34 253 60 124 0 41 412 110 47
Binary 1011001 11100 10101011 110000 1010100 0 100001 100001010 1001000 100111

Color Harmonies of #591CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591CAB

Black with #591CAB

Text Example


Text Example

White with #591CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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