#591cbf

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

Shades of Purple Heart #591CBF

Tints of Purple Heart #591CBF

Color information

#591CBF (or 0x591CBF) is unknown color: approx Purple Heart. HEX triplet: 59, 1C and BF. RGB value is (89,28,191). Sum of RGB (Red+Green+Blue) = 89+28+191=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #591CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CBF is #A6E340. Grayscale: #404040. Windows color (decimal): -10937153 or 12524633. OLE color: 12524633.

HSL color Cylindrical-coordinate representation of color #591CBF: hue angle of 262.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591CBF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8928191-
CMYK0.530.8500.25
HSL262.45º74.43%42.94%-
HSV(B)262.45º85.34%74.9%-
XYZ13.946.7249.85-
YUV64.82199.21145.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 191 (75% from 255) = 62.01%
R=28.90%
G=9.09%
B=62.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89281910.530.8500.25262.4574.4342.94
Hex591CBF35550191064a2b
Octal131342776512503140611253
Binary1011001111001011111111010110101010110011000001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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