#591ca5

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

Shades of Purple Heart #591CA5

Tints of Purple Heart #591CA5

Color information

#591CA5 (or 0x591CA5) is unknown color: approx Purple Heart. HEX triplet: 59, 1C and A5. RGB value is (89,28,165). Sum of RGB (Red+Green+Blue) = 89+28+165=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #591CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591CA5 is #A6E35A. Grayscale: #3D3D3D. Windows color (decimal): -10937179 or 10820697. OLE color: 10820697.

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

Color convert

RGB8928165-
CMYK0.460.8300.35
HSL266.72º70.98%37.84%-
HSV(B)266.72º83.03%64.71%-
XYZ11.335.6736.09-
YUV61.86186.21147.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=31.56%
G=9.93%
B=58.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89281650.460.8300.35266.7270.9837.84
Hex591CA52E5302310b4726
Octal131342455612304341310746
Binary10110011110010100101101110101001101000111000010111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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