#543FB6

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

Shades of Purple Heart #543FB6

Tints of Purple Heart #543FB6

Color information

#543FB6 (or 0x543FB6) is unknown color: approx Purple Heart. HEX triplet: 54, 3F and B6. RGB value is (84,63,182). Sum of RGB (Red+Green+Blue) = 84+63+182=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #543FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FB6 is #ABC049. Grayscale: #525252. Windows color (decimal): -11255882 or 11943764. OLE color: 11943764.

HSL color Cylindrical-coordinate representation of color #543FB6: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #543FB6 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8463182-
CMYK0.540.6500.29
HSL250.59º48.57%48.04%-
HSV(B)250.59º65.38%71.37%-
XYZ13.888.8245.23-
YUV82.84183.96128.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=25.53%
G=19.15%
B=55.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84631820.540.6500.29250.5948.5748.04
Hex543FB6364101Dfb3130
Octal12477266661010353736160
Binary101010011111110110110110110100000101110111111011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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