#5439BA

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

Shades of Purple Heart #5439BA

Tints of Purple Heart #5439BA

Color information

#5439BA (or 0x5439BA) is unknown color: approx Purple Heart. HEX triplet: 54, 39 and BA. RGB value is (84,57,186). Sum of RGB (Red+Green+Blue) = 84+57+186=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5439BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5439BA is #ABC645. Grayscale: #4F4F4F. Windows color (decimal): -11257414 or 12204372. OLE color: 12204372.

HSL color Cylindrical-coordinate representation of color #5439BA: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5439BA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8457186-
CMYK0.550.6900.27
HSL252.56º53.09%47.65%-
HSV(B)252.56º69.35%72.94%-
XYZ13.988.3647.33-
YUV79.78187.95131.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=25.69%
G=17.43%
B=56.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84571860.550.6900.27252.5653.0947.65
Hex5439BA374501Bfd3530
Octal12471272671050333756560
Binary101010011100110111010110111100010101101111111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5439BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,57,186); }

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

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

 a { background-color: rgb(84,57,186); }

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

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

 span { border-color: rgb(84,57,186); }

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