#591FBC

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

Shades of Purple Heart #591FBC

Tints of Purple Heart #591FBC

Color information

#591FBC (or 0x591FBC) is unknown color: approx Purple Heart. HEX triplet: 59, 1F and BC. RGB value is (89,31,188). Sum of RGB (Red+Green+Blue) = 89+31+188=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #591FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FBC is #A6E043. Grayscale: #414141. Windows color (decimal): -10936388 or 12328793. OLE color: 12328793.

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

Color convert

RGB8931188-
CMYK0.530.8400.26
HSL262.17º71.69%42.94%-
HSV(B)262.17º83.51%73.73%-
XYZ13.696.7348.16-
YUV66.24196.72144.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 188 (73.83% from 255) = 61.04%
R=28.90%
G=10.06%
B=61.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89311880.530.8400.26262.1771.6942.94
Hex591FBC355401A106482b
Octal131372746512403240611053
Binary1011001111111011110011010110101000110101000001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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