#591FAE

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

Shades of Purple Heart #591FAE

Tints of Purple Heart #591FAE

Color information

#591FAE (or 0x591FAE) is unknown color: approx Purple Heart. HEX triplet: 59, 1F and AE. RGB value is (89,31,174). Sum of RGB (Red+Green+Blue) = 89+31+174=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #591FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FAE is #A6E051. Grayscale: #404040. Windows color (decimal): -10936402 or 11411289. OLE color: 11411289.

HSL color Cylindrical-coordinate representation of color #591FAE: hue angle of 264.34º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591FAE is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8931174-
CMYK0.490.8200.32
HSL264.34º69.76%40.2%-
HSV(B)264.34º82.18%68.24%-
XYZ12.256.1640.59-
YUV64.64189.72145.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=30.27%
G=10.54%
B=59.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89311740.490.8200.32264.3469.7640.2
Hex591FAE31520201084628
Octal131372566112204041010650
Binary10110011111110101110110001101001001000001000010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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