Shades of Purple Heart #543DCF
Tints of Purple Heart #543DCF
RGB
CMYK
RGB Variations
Color information
#543DCF (or 0x543DCF) is known color: Purple Heart. HEX triplet: 54, 3D and CF. RGB value is (84,61,207). Sum of RGB (Red+Green+Blue) = 84+61+207=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #543DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DCF is #ABC230. Grayscale: #535353. Windows color (decimal): -11256369 or 13581652. OLE color: 13581652.
HSL color Cylindrical-coordinate representation of color #543DCF: hue angle of 249.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543DCF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 61 | 207 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.19 |
| HSL | 249.45º | 0.6% | 0.53% | - |
| HSV(B) | 249.45º | 0.71% | 0.81% | - |
| XYZ | 16.59 | 9.73 | 60.03 | - |
| YUV | 84.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 207 | 0.59 | 0.71 | 0 | 0.19 | 249.45 | 0.6 | 0.53 |
| Hex | 54 | 3D | CF | 3B | 47 | 0 | 13 | F9 | 3C | 35 |
| Octal | 124 | 75 | 317 | 73 | 107 | 0 | 23 | 371 | 74 | 65 |
| Binary | 1010100 | 111101 | 11001111 | 111011 | 1000111 | 0 | 10011 | 11111001 | 111100 | 110101 |
Color Harmonies of #543DCF
Complementary color
Monochromatic Colors of #543DCF
Black with #543DCF
Text Example
Text Example
White with #543DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DCF; }
p { color: rgb(84,61,207); }
H1.HeaderClassName
{
color: #543DCF;
}
.AnyTagClassName
{
color: #543DCF;
}
</style>
background-color css
<style>
a { background-color: #543DCF; }
a { background-color: rgb(84,61,207); }
div.DivClassName
{
background-color: #543DCF;
}
.BgClassName
{
background-color: #543DCF;
}
</style>
border-color css
<style>
span { border-color: #543DCF; }
span { border-color: rgb(84,61,207); }
td.TdClassName
{
border-color: #543DCF;
}
.TagClassName
{
border-color: #543DCF;
}
</style>