#543bca

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

Shades of Purple Heart #543BCA

Tints of Purple Heart #543BCA

Color information

#543BCA (or 0x543BCA) is unknown color: approx Purple Heart. HEX triplet: 54, 3B and CA. RGB value is (84,59,202). Sum of RGB (Red+Green+Blue) = 84+59+202=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #543BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BCA is #ABC435. Grayscale: #525252. Windows color (decimal): -11256886 or 13253460. OLE color: 13253460.

HSL color Cylindrical-coordinate representation of color #543BCA: hue angle of 250.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543BCA is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8459202-
CMYK0.580.7100.21
HSL250.49º57.43%51.18%-
HSV(B)250.49º70.79%79.22%-
XYZ15.889.2856.83-
YUV82.78195.28128.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=24.35%
G=17.10%
B=58.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84592020.580.7100.21250.4957.4351.18
Hex543BCA3A47015fa3933
Octal12473312721070253727163
Binary101010011101111001010111010100011101010111111010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,202); }

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

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

 a { background-color: rgb(84,59,202); }

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

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

 span { border-color: rgb(84,59,202); }

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