Html Css Color HEX #591AC5 Purple Heart

📋 copy color: '#591AC5'

red 89 ◦ green 26 ◦ blue 197

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

Shades of Purple Heart #591AC5

Tints of Purple Heart #591AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.14%

R = 28.53%
G = 8.33%
B = 63.14%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#591AC5 (or 0x591AC5) is known color: Purple Heart. HEX triplet: 59, 1A and C5. RGB value is (89,26,197). Sum of RGB (Red+Green+Blue) = 89+26+197=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #591AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591AC5 is #A6E53A. Grayscale: #3F3F3F. Windows color (decimal): -10937659 or 12917337. OLE color: 12917337.

HSL color Cylindrical-coordinate representation of color #591AC5: hue angle of 262.11º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591AC5 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 26 197 -
CMYK 0.55 0.87 0 0.23
HSL 262.11º 0.77% 0.44% -
HSV(B) 262.11º 0.87% 0.77% -
XYZ 14.57 6.89 53.39 -
YUV 64.33 202.87 145.6 -
System Red Green Blue C M Y K H S L
Decimal 89 26 197 0.55 0.87 0 0.23 262.11 0.77 0.44
Hex 59 1A C5 37 57 0 17 106 4D 2C
Octal 131 32 305 67 127 0 27 406 115 54
Binary 1011001 11010 11000101 110111 1010111 0 10111 100000110 1001101 101100

Color Harmonies of #591AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591AC5

Black with #591AC5

Text Example


Text Example

White with #591AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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