#591CAE

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

Shades of Purple Heart #591CAE

Tints of Purple Heart #591CAE

Color information

#591CAE (or 0x591CAE) is unknown color: approx Purple Heart. HEX triplet: 59, 1C and AE. RGB value is (89,28,174). Sum of RGB (Red+Green+Blue) = 89+28+174=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #591CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CAE is #A6E351. Grayscale: #3E3E3E. Windows color (decimal): -10937170 or 11410521. OLE color: 11410521.

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

Color convert

RGB8928174-
CMYK0.490.8400.32
HSL265.07º72.28%39.61%-
HSV(B)265.07º83.91%68.24%-
XYZ12.186.0140.56-
YUV62.88190.71146.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.58%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=30.58%
G=9.62%
B=59.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89281740.490.8400.32265.0772.2839.61
Hex591CAE31540201094828
Octal131342566112404041111050
Binary10110011110010101110110001101010001000001000010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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