#543EC9

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

Shades of Purple Heart #543EC9

Tints of Purple Heart #543EC9

Color information

#543EC9 (or 0x543EC9) is unknown color: approx Purple Heart. HEX triplet: 54, 3E and C9. RGB value is (84,62,201). Sum of RGB (Red+Green+Blue) = 84+62+201=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #543EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EC9 is #ABC136. Grayscale: #535353. Windows color (decimal): -11256119 or 13188692. OLE color: 13188692.

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

Color convert

RGB8462201-
CMYK0.580.6900.21
HSL249.5º56.28%51.57%-
HSV(B)249.5º69.15%78.82%-
XYZ15.929.5556.26-
YUV84.42193.79127.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 201 (78.91% from 255) = 57.93%
R=24.21%
G=17.87%
B=57.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84622010.580.6900.21249.556.2851.57
Hex543EC93A45015f93834
Octal12476311721050253717064
Binary101010011111011001001111010100010101010111111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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