#543ABD

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

Shades of Purple Heart #543ABD

Tints of Purple Heart #543ABD

Color information

#543ABD (or 0x543ABD) is unknown color: approx Purple Heart. HEX triplet: 54, 3A and BD. RGB value is (84,58,189). Sum of RGB (Red+Green+Blue) = 84+58+189=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #543ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ABD is #ABC542. Grayscale: #505050. Windows color (decimal): -11257155 or 12401236. OLE color: 12401236.

HSL color Cylindrical-coordinate representation of color #543ABD: hue angle of 251.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543ABD is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8458189-
CMYK0.560.6900.26
HSL251.91º53.04%48.43%-
HSV(B)251.91º69.31%74.12%-
XYZ14.358.5949.04-
YUV80.71189.11130.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=25.38%
G=17.52%
B=57.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84581890.560.6900.26251.9153.0448.43
Hex543ABD384501Afc3530
Octal12472275701050323746560
Binary101010011101010111101111000100010101101011111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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