#5439DD

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

Shades of Purple Heart #5439DD

Tints of Purple Heart #5439DD

Color information

#5439DD (or 0x5439DD) is unknown color: approx Purple Heart. HEX triplet: 54, 39 and DD. RGB value is (84,57,221). Sum of RGB (Red+Green+Blue) = 84+57+221=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #5439DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5439DD is #ABC622. Grayscale: #535353. Windows color (decimal): -11257379 or 14498132. OLE color: 14498132.

HSL color Cylindrical-coordinate representation of color #5439DD: hue angle of 249.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5439DD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8457221-
CMYK0.620.7400.13
HSL249.88º70.69%54.51%-
HSV(B)249.88º74.21%86.67%-
XYZ18.1710.0369.39-
YUV83.77205.45128.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 221 (86.72% from 255) = 61.05%
R=23.20%
G=15.75%
B=61.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84572210.620.7400.13249.8870.6954.51
Hex5439DD3E4A0Dfa4737
Octal124713357611201537210767
Binary101010011100111011101111110100101001101111110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5439DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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