#591FA5

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

Shades of Purple Heart #591FA5

Tints of Purple Heart #591FA5

Color information

#591FA5 (or 0x591FA5) is unknown color: approx Purple Heart. HEX triplet: 59, 1F and A5. RGB value is (89,31,165). Sum of RGB (Red+Green+Blue) = 89+31+165=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 165 (64.84% from 255 or 57.89% from 285); Max value from RGB is 165 - color contains mainly: blue. Hex color #591FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FA5 is #A6E05A. Grayscale: #3F3F3F. Windows color (decimal): -10936411 or 10821465. OLE color: 10821465.

HSL color Cylindrical-coordinate representation of color #591FA5: hue angle of 265.97º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591FA5 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8931165-
CMYK0.460.8100.35
HSL265.97º68.37%38.43%-
HSV(B)265.97º81.21%64.71%-
XYZ11.45.8236.12-
YUV63.62185.22146.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 165 (64.84% from 255) = 57.89%
R=31.23%
G=10.88%
B=57.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89311650.460.8100.35265.9768.3738.43
Hex591FA52E5102310a4426
Octal131372455612104341210446
Binary10110011111110100101101110101000101000111000010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,165); }

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

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

 a { background-color: rgb(89,31,165); }

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

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

 span { border-color: rgb(89,31,165); }

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