Shades of Purple Heart #543ABF
Tints of Purple Heart #543ABF
RGB
CMYK
RGB Variations
Color information
#543ABF (or 0x543ABF) is known color: Purple Heart. HEX triplet: 54, 3A and BF. RGB value is (84,58,191). Sum of RGB (Red+Green+Blue) = 84+58+191=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #543ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ABF is #ABC540. Grayscale: #505050. Windows color (decimal): -11257153 or 12532308. OLE color: 12532308.
HSL color Cylindrical-coordinate representation of color #543ABF: hue angle of 251.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543ABF is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 58 | 191 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.25 |
| HSL | 251.73º | 0.53% | 0.49% | - |
| HSV(B) | 251.73º | 0.7% | 0.75% | - |
| XYZ | 14.57 | 8.67 | 50.2 | - |
| YUV | 80.94 | 190.11 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 191 | 0.56 | 0.70 | 0 | 0.25 | 251.73 | 0.53 | 0.49 |
| Hex | 54 | 3A | BF | 38 | 46 | 0 | 19 | FC | 35 | 31 |
| Octal | 124 | 72 | 277 | 70 | 106 | 0 | 31 | 374 | 65 | 61 |
| Binary | 1010100 | 111010 | 10111111 | 111000 | 1000110 | 0 | 11001 | 11111100 | 110101 | 110001 |
Color Harmonies of #543ABF
Complementary color
Monochromatic Colors of #543ABF
Black with #543ABF
Text Example
Text Example
White with #543ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543ABF; }
p { color: rgb(84,58,191); }
H1.HeaderClassName
{
color: #543ABF;
}
.AnyTagClassName
{
color: #543ABF;
}
</style>
background-color css
<style>
a { background-color: #543ABF; }
a { background-color: rgb(84,58,191); }
div.DivClassName
{
background-color: #543ABF;
}
.BgClassName
{
background-color: #543ABF;
}
</style>
border-color css
<style>
span { border-color: #543ABF; }
span { border-color: rgb(84,58,191); }
td.TdClassName
{
border-color: #543ABF;
}
.TagClassName
{
border-color: #543ABF;
}
</style>