#543FC7

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

Shades of Purple Heart #543FC7

Tints of Purple Heart #543FC7

Color information

#543FC7 (or 0x543FC7) is unknown color: approx Purple Heart. HEX triplet: 54, 3F and C7. RGB value is (84,63,199). Sum of RGB (Red+Green+Blue) = 84+63+199=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #543FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FC7 is #ABC038. Grayscale: #545454. Windows color (decimal): -11255865 or 13057876. OLE color: 13057876.

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

Color convert

RGB8463199-
CMYK0.580.6800.22
HSL249.26º54.84%51.37%-
HSV(B)249.26º68.34%78.04%-
XYZ15.749.5655.05-
YUV84.78192.46127.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 199 (78.12% from 255) = 57.51%
R=24.28%
G=18.21%
B=57.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84631990.580.6800.22249.2654.8451.37
Hex543FC73A44016f93733
Octal12477307721040263716763
Binary101010011111111000111111010100010001011011111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,199); }

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

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

 a { background-color: rgb(84,63,199); }

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

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

 span { border-color: rgb(84,63,199); }

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