#5428BD

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

Shades of Purple Heart #5428BD

Tints of Purple Heart #5428BD

Color information

#5428BD (or 0x5428BD) is unknown color: approx Purple Heart. HEX triplet: 54, 28 and BD. RGB value is (84,40,189). Sum of RGB (Red+Green+Blue) = 84+40+189=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5428BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428BD is #ABD742. Grayscale: #454545. Windows color (decimal): -11261763 or 12396628. OLE color: 12396628.

HSL color Cylindrical-coordinate representation of color #5428BD: hue angle of 257.72º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5428BD is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8440189-
CMYK0.560.7900.26
HSL257.72º65.07%44.9%-
HSV(B)257.72º78.84%74.12%-
XYZ13.67.0848.79-
YUV70.14195.08137.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=26.84%
G=12.78%
B=60.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84401890.560.7900.26257.7265.0744.9
Hex5428BD384F01A102412d
Octal124502757011703240210155
Binary10101001010001011110111100010011110110101000000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5428BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5428BD; }

 p { color: rgb(84,40,189); }

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

<style>
 a { background-color: #5428BD; }

 a { background-color: rgb(84,40,189); }

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

<style>
 span { border-color: #5428BD; }

 span { border-color: rgb(84,40,189); }

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