#543DB3

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

Shades of Purple Heart #543DB3

Tints of Purple Heart #543DB3

Color information

#543DB3 (or 0x543DB3) is unknown color: approx Purple Heart. HEX triplet: 54, 3D and B3. RGB value is (84,61,179). Sum of RGB (Red+Green+Blue) = 84+61+179=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #543DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DB3 is #ABC24C. Grayscale: #505050. Windows color (decimal): -11256397 or 11746644. OLE color: 11746644.

HSL color Cylindrical-coordinate representation of color #543DB3: hue angle of 251.69º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543DB3 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8461179-
CMYK0.530.6600.30
HSL251.69º49.17%47.06%-
HSV(B)251.69º65.92%70.2%-
XYZ13.468.4843.57-
YUV81.33183.12129.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 179 (70.31% from 255) = 55.25%
R=25.93%
G=18.83%
B=55.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84611790.530.6600.30251.6949.1747.06
Hex543DB3354201Efc312f
Octal12475263651020363746157
Binary101010011110110110011110101100001001111011111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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