#543EB4

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

Shades of Purple Heart #543EB4

Tints of Purple Heart #543EB4

Color information

#543EB4 (or 0x543EB4) is unknown color: approx Purple Heart. HEX triplet: 54, 3E and B4. RGB value is (84,62,180). Sum of RGB (Red+Green+Blue) = 84+62+180=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #543EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EB4 is #ABC14B. Grayscale: #515151. Windows color (decimal): -11256140 or 11812436. OLE color: 11812436.

HSL color Cylindrical-coordinate representation of color #543EB4: hue angle of 251.19º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543EB4 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8462180-
CMYK0.530.6600.29
HSL251.19º48.76%47.45%-
HSV(B)251.19º65.56%70.59%-
XYZ13.628.6344.13-
YUV82.03183.29129.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=25.77%
G=19.02%
B=55.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84621800.530.6600.29251.1948.7647.45
Hex543EB4354201Dfb312f
Octal12476264651020353736157
Binary101010011111010110100110101100001001110111111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,62,180); }

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

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

 a { background-color: rgb(84,62,180); }

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

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

 span { border-color: rgb(84,62,180); }

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