#543CBA

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

Shades of Purple Heart #543CBA

Tints of Purple Heart #543CBA

Color information

#543CBA (or 0x543CBA) is unknown color: approx Purple Heart. HEX triplet: 54, 3C and BA. RGB value is (84,60,186). Sum of RGB (Red+Green+Blue) = 84+60+186=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #543CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CBA is #ABC345. Grayscale: #515151. Windows color (decimal): -11256646 or 12205140. OLE color: 12205140.

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

Color convert

RGB8460186-
CMYK0.550.6800.27
HSL251.43º51.22%48.24%-
HSV(B)251.43º67.74%72.94%-
XYZ14.138.6647.38-
YUV81.54186.95129.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=25.45%
G=18.18%
B=56.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84601860.550.6800.27251.4351.2248.24
Hex543CBA374401Bfb3330
Octal12474272671040333736360
Binary101010011110010111010110111100010001101111111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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