#5940BA

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

Shades of Purple Heart #5940BA

Tints of Purple Heart #5940BA

Color information

#5940BA (or 0x5940BA) is unknown color: approx Purple Heart. HEX triplet: 59, 40 and BA. RGB value is (89,64,186). Sum of RGB (Red+Green+Blue) = 89+64+186=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5940BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940BA is #A6BF45. Grayscale: #545454. Windows color (decimal): -10927942 or 12206169. OLE color: 12206169.

HSL color Cylindrical-coordinate representation of color #5940BA: hue angle of 252.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5940BA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8964186-
CMYK0.520.6600.27
HSL252.3º48.8%49.02%-
HSV(B)252.3º65.59%72.94%-
XYZ14.829.3447.48-
YUV85.38184.78130.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=26.25%
G=18.88%
B=54.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89641860.520.6600.27252.348.849.02
Hex5940BA344201Bfc3131
Octal131100272641020333746161
Binary1011001100000010111010110100100001001101111111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5940BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5940BA; }

 p { color: rgb(89,64,186); }

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

<style>
 a { background-color: #5940BA; }

 a { background-color: rgb(89,64,186); }

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

<style>
 span { border-color: #5940BA; }

 span { border-color: rgb(89,64,186); }

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