#591FBB

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

Shades of Purple Heart #591FBB

Tints of Purple Heart #591FBB

Color information

#591FBB (or 0x591FBB) is unknown color: approx Purple Heart. HEX triplet: 59, 1F and BB. RGB value is (89,31,187). Sum of RGB (Red+Green+Blue) = 89+31+187=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #591FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FBB is #A6E044. Grayscale: #414141. Windows color (decimal): -10936389 or 12263257. OLE color: 12263257.

HSL color Cylindrical-coordinate representation of color #591FBB: hue angle of 262.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591FBB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8931187-
CMYK0.520.8300.27
HSL262.31º71.56%42.75%-
HSV(B)262.31º83.42%73.33%-
XYZ13.586.6947.59-
YUV66.13196.22144.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 187 (73.44% from 255) = 60.91%
R=28.99%
G=10.10%
B=60.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89311870.520.8300.27262.3171.5642.75
Hex591FBB345301B106482b
Octal131372736412303340611053
Binary1011001111111011101111010010100110110111000001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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