#543EBA

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

Shades of Purple Heart #543EBA

Tints of Purple Heart #543EBA

Color information

#543EBA (or 0x543EBA) is unknown color: approx Purple Heart. HEX triplet: 54, 3E and BA. RGB value is (84,62,186). Sum of RGB (Red+Green+Blue) = 84+62+186=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #543EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EBA is #ABC145. Grayscale: #525252. Windows color (decimal): -11256134 or 12205652. OLE color: 12205652.

HSL color Cylindrical-coordinate representation of color #543EBA: hue angle of 250.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543EBA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8462186-
CMYK0.550.6700.27
HSL250.65º50%48.63%-
HSV(B)250.65º66.67%72.94%-
XYZ14.248.8847.42-
YUV82.71186.29128.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=25.30%
G=18.67%
B=56.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84621860.550.6700.27250.655048.63
Hex543EBA374301Bfb3231
Octal12476272671030333736261
Binary101010011111010111010110111100001101101111111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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