#5439AE

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

Shades of Purple Heart #5439AE

Tints of Purple Heart #5439AE

Color information

#5439AE (or 0x5439AE) is unknown color: approx Purple Heart. HEX triplet: 54, 39 and AE. RGB value is (84,57,174). Sum of RGB (Red+Green+Blue) = 84+57+174=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #5439AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5439AE is #ABC651. Grayscale: #4D4D4D. Windows color (decimal): -11257426 or 11417940. OLE color: 11417940.

HSL color Cylindrical-coordinate representation of color #5439AE: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5439AE is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8457174-
CMYK0.520.6700.32
HSL253.85º50.65%45.29%-
HSV(B)253.85º67.24%68.24%-
XYZ12.767.8740.89-
YUV78.41181.95131.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=26.67%
G=18.10%
B=55.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84571740.520.6700.32253.8550.6545.29
Hex5439AE3443020fe332d
Octal12471256641030403766355
Binary1010100111001101011101101001000011010000011111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5439AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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