#5432AD

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

Shades of Purple Heart #5432AD

Tints of Purple Heart #5432AD

Color information

#5432AD (or 0x5432AD) is unknown color: approx Purple Heart. HEX triplet: 54, 32 and AD. RGB value is (84,50,173). Sum of RGB (Red+Green+Blue) = 84+50+173=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #5432AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5432AD is #ABCD52. Grayscale: #494949. Windows color (decimal): -11259219 or 11350612. OLE color: 11350612.

HSL color Cylindrical-coordinate representation of color #5432AD: hue angle of 256.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5432AD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8450173-
CMYK0.510.7100.32
HSL256.59º55.16%43.73%-
HSV(B)256.59º71.1%67.84%-
XYZ12.347.1840.27-
YUV74.19183.76135-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=27.36%
G=16.29%
B=56.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84501730.510.7100.32256.5955.1643.73
Hex5432AD3347020101372c
Octal12462255631070404016754
Binary10101001100101010110111001110001110100000100000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5432AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5432AD; }

 p { color: rgb(84,50,173); }

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

<style>
 a { background-color: #5432AD; }

 a { background-color: rgb(84,50,173); }

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

<style>
 span { border-color: #5432AD; }

 span { border-color: rgb(84,50,173); }

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