#5441BF

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

Shades of Purple Heart #5441BF

Tints of Purple Heart #5441BF

Color information

#5441BF (or 0x5441BF) is unknown color: approx Purple Heart. HEX triplet: 54, 41 and BF. RGB value is (84,65,191). Sum of RGB (Red+Green+Blue) = 84+65+191=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #5441BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BF is #ABBE40. Grayscale: #545454. Windows color (decimal): -11255361 or 12534100. OLE color: 12534100.

HSL color Cylindrical-coordinate representation of color #5441BF: hue angle of 249.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5441BF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8465191-
CMYK0.560.6600.25
HSL249.05º49.61%50.2%-
HSV(B)249.05º65.97%74.9%-
XYZ14.959.4350.32-
YUV85.04187.79127.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 191 (75% from 255) = 56.18%
R=24.71%
G=19.12%
B=56.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84651910.560.6600.25249.0549.6150.2
Hex5441BF3842019f93232
Octal124101277701020313716262
Binary1010100100000110111111111000100001001100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5441BF; }

 p { color: rgb(84,65,191); }

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

<style>
 a { background-color: #5441BF; }

 a { background-color: rgb(84,65,191); }

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

<style>
 span { border-color: #5441BF; }

 span { border-color: rgb(84,65,191); }

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