#543DCF

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

Shades of Purple Heart #543DCF

Tints of Purple Heart #543DCF

Color information

#543DCF (or 0x543DCF) is unknown color: approx Purple Heart. HEX triplet: 54, 3D and CF. RGB value is (84,61,207). Sum of RGB (Red+Green+Blue) = 84+61+207=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #543DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DCF is #ABC230. Grayscale: #535353. Windows color (decimal): -11256369 or 13581652. OLE color: 13581652.

HSL color Cylindrical-coordinate representation of color #543DCF: hue angle of 249.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543DCF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8461207-
CMYK0.590.7100.19
HSL249.45º60.33%52.55%-
HSV(B)249.45º70.53%81.18%-
XYZ16.599.7360.03-
YUV84.52197.12127.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 207 (81.25% from 255) = 58.81%
R=23.86%
G=17.33%
B=58.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal84612070.590.7100.19249.4560.3352.55
Hex543DCF3B47013f93c35
Octal12475317731070233717465
Binary101010011110111001111111011100011101001111111001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,61,207); }

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

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

 a { background-color: rgb(84,61,207); }

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

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

 span { border-color: rgb(84,61,207); }

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