Shades of Purple Heart #543DCD
Tints of Purple Heart #543DCD
RGB
CMYK
RGB Variations
Color information
#543DCD (or 0x543DCD) is known color: Purple Heart. HEX triplet: 54, 3D and CD. RGB value is (84,61,205). Sum of RGB (Red+Green+Blue) = 84+61+205=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #543DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DCD is #ABC232. Grayscale: #535353. Windows color (decimal): -11256371 or 13450580. OLE color: 13450580.
HSL color Cylindrical-coordinate representation of color #543DCD: hue angle of 249.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543DCD is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 61 | 205 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.20 |
| HSL | 249.58º | 0.59% | 0.52% | - |
| HSV(B) | 249.58º | 0.7% | 0.8% | - |
| XYZ | 16.34 | 9.63 | 58.75 | - |
| YUV | 84.29 | 196.12 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 205 | 0.59 | 0.70 | 0 | 0.20 | 249.58 | 0.59 | 0.52 |
| Hex | 54 | 3D | CD | 3B | 46 | 0 | 14 | FA | 3B | 34 |
| Octal | 124 | 75 | 315 | 73 | 106 | 0 | 24 | 372 | 73 | 64 |
| Binary | 1010100 | 111101 | 11001101 | 111011 | 1000110 | 0 | 10100 | 11111010 | 111011 | 110100 |
Color Harmonies of #543DCD
Complementary color
Monochromatic Colors of #543DCD
Black with #543DCD
Text Example
Text Example
White with #543DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DCD; }
p { color: rgb(84,61,205); }
H1.HeaderClassName
{
color: #543DCD;
}
.AnyTagClassName
{
color: #543DCD;
}
</style>
background-color css
<style>
a { background-color: #543DCD; }
a { background-color: rgb(84,61,205); }
div.DivClassName
{
background-color: #543DCD;
}
.BgClassName
{
background-color: #543DCD;
}
</style>
border-color css
<style>
span { border-color: #543DCD; }
span { border-color: rgb(84,61,205); }
td.TdClassName
{
border-color: #543DCD;
}
.TagClassName
{
border-color: #543DCD;
}
</style>