Shades of Purple Heart #543DBC
Tints of Purple Heart #543DBC
RGB
CMYK
RGB Variations
Color information
#543DBC (or 0x543DBC) is known color: Purple Heart. HEX triplet: 54, 3D and BC. RGB value is (84,61,188). Sum of RGB (Red+Green+Blue) = 84+61+188=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #543DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DBC is #ABC243. Grayscale: #515151. Windows color (decimal): -11256388 or 12336468. OLE color: 12336468.
HSL color Cylindrical-coordinate representation of color #543DBC: hue angle of 250.87º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #543DBC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 61 | 188 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.26 |
| HSL | 250.87º | 0.51% | 0.49% | - |
| HSV(B) | 250.87º | 0.68% | 0.74% | - |
| XYZ | 14.4 | 8.85 | 48.53 | - |
| YUV | 82.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 188 | 0.55 | 0.68 | 0 | 0.26 | 250.87 | 0.51 | 0.49 |
| Hex | 54 | 3D | BC | 37 | 44 | 0 | 1A | FB | 33 | 31 |
| Octal | 124 | 75 | 274 | 67 | 104 | 0 | 32 | 373 | 63 | 61 |
| Binary | 1010100 | 111101 | 10111100 | 110111 | 1000100 | 0 | 11010 | 11111011 | 110011 | 110001 |
Color Harmonies of #543DBC
Complementary color
Monochromatic Colors of #543DBC
Black with #543DBC
Text Example
Text Example
White with #543DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DBC; }
p { color: rgb(84,61,188); }
H1.HeaderClassName
{
color: #543DBC;
}
.AnyTagClassName
{
color: #543DBC;
}
</style>
background-color css
<style>
a { background-color: #543DBC; }
a { background-color: rgb(84,61,188); }
div.DivClassName
{
background-color: #543DBC;
}
.BgClassName
{
background-color: #543DBC;
}
</style>
border-color css
<style>
span { border-color: #543DBC; }
span { border-color: rgb(84,61,188); }
td.TdClassName
{
border-color: #543DBC;
}
.TagClassName
{
border-color: #543DBC;
}
</style>