#543AAF

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

Shades of Purple Heart #543AAF

Tints of Purple Heart #543AAF

Color information

#543AAF (or 0x543AAF) is unknown color: approx Purple Heart. HEX triplet: 54, 3A and AF. RGB value is (84,58,175). Sum of RGB (Red+Green+Blue) = 84+58+175=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #543AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543AAF is #ABC550. Grayscale: #4E4E4E. Windows color (decimal): -11257169 or 11483732. OLE color: 11483732.

HSL color Cylindrical-coordinate representation of color #543AAF: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543AAF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8458175-
CMYK0.520.6700.31
HSL253.33º50.21%45.69%-
HSV(B)253.33º66.86%68.63%-
XYZ12.918.0141.42-
YUV79.11182.11131.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=26.50%
G=18.30%
B=55.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84581750.520.6700.31253.3350.2145.69
Hex543AAF344301Ffd322e
Octal12472257641030373756256
Binary101010011101010101111110100100001101111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543AAF; }

 p { color: rgb(84,58,175); }

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

<style>
 a { background-color: #543AAF; }

 a { background-color: rgb(84,58,175); }

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

<style>
 span { border-color: #543AAF; }

 span { border-color: rgb(84,58,175); }

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