Shades of Purple Heart #543FBC
Tints of Purple Heart #543FBC
RGB
CMYK
RGB Variations
Color information
#543FBC (or 0x543FBC) is known color: Purple Heart. HEX triplet: 54, 3F and BC. RGB value is (84,63,188). Sum of RGB (Red+Green+Blue) = 84+63+188=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #543FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FBC is #ABC043. Grayscale: #535353. Windows color (decimal): -11255876 or 12336980. OLE color: 12336980.
HSL color Cylindrical-coordinate representation of color #543FBC: hue angle of 250.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543FBC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 63 | 188 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.26 |
| HSL | 250.08º | 0.5% | 0.49% | - |
| HSV(B) | 250.08º | 0.66% | 0.74% | - |
| XYZ | 14.51 | 9.07 | 48.56 | - |
| YUV | 83.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 188 | 0.55 | 0.66 | 0 | 0.26 | 250.08 | 0.5 | 0.49 |
| Hex | 54 | 3F | BC | 37 | 42 | 0 | 1A | FA | 32 | 31 |
| Octal | 124 | 77 | 274 | 67 | 102 | 0 | 32 | 372 | 62 | 61 |
| Binary | 1010100 | 111111 | 10111100 | 110111 | 1000010 | 0 | 11010 | 11111010 | 110010 | 110001 |
Color Harmonies of #543FBC
Complementary color
Monochromatic Colors of #543FBC
Black with #543FBC
Text Example
Text Example
White with #543FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FBC; }
p { color: rgb(84,63,188); }
H1.HeaderClassName
{
color: #543FBC;
}
.AnyTagClassName
{
color: #543FBC;
}
</style>
background-color css
<style>
a { background-color: #543FBC; }
a { background-color: rgb(84,63,188); }
div.DivClassName
{
background-color: #543FBC;
}
.BgClassName
{
background-color: #543FBC;
}
</style>
border-color css
<style>
span { border-color: #543FBC; }
span { border-color: rgb(84,63,188); }
td.TdClassName
{
border-color: #543FBC;
}
.TagClassName
{
border-color: #543FBC;
}
</style>