#5432AC

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

Shades of Purple Heart #5432AC

Tints of Purple Heart #5432AC

Color information

#5432AC (or 0x5432AC) is unknown color: approx Purple Heart. HEX triplet: 54, 32 and AC. RGB value is (84,50,172). Sum of RGB (Red+Green+Blue) = 84+50+172=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5432AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5432AC is #ABCD53. Grayscale: #494949. Windows color (decimal): -11259220 or 11285076. OLE color: 11285076.

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

Color convert

RGB8450172-
CMYK0.510.7100.33
HSL256.72º54.95%43.53%-
HSV(B)256.72º70.93%67.45%-
XYZ12.247.1439.76-
YUV74.07183.26135.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=27.45%
G=16.34%
B=56.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84501720.510.7100.33256.7254.9543.53
Hex5432AC3347021101372c
Octal12462254631070414016754
Binary10101001100101010110011001110001110100001100000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5432AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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