#591AD1

Color #591AD1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #591AD1

Tints of Purple Heart #591AD1

Color information

#591AD1 (or 0x591AD1) is unknown color: approx Purple Heart. HEX triplet: 59, 1A and D1. RGB value is (89,26,209). Sum of RGB (Red+Green+Blue) = 89+26+209=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #591AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591AD1 is #A6E52E. Grayscale: #414141. Windows color (decimal): -10937647 or 13703769. OLE color: 13703769.

HSL color Cylindrical-coordinate representation of color #591AD1: hue angle of 260.66º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591AD1 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8926209-
CMYK0.570.8800.18
HSL260.66º77.87%46.08%-
HSV(B)260.66º87.56%81.96%-
XYZ167.4760.92-
YUV65.7208.87144.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 209 (82.03% from 255) = 64.51%
R=27.47%
G=8.02%
B=64.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89262090.570.8800.18260.6677.8746.08
Hex591AD139580121054e2e
Octal131323217113002240511656
Binary1011001110101101000111100110110000100101000001011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #591AD1;
 }
 .AnyTagClassName
 {
   color: #591AD1;
 }
</style>
background-color css

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

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

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

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

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

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