Shades of Purple Heart #543BBF
Tints of Purple Heart #543BBF
RGB
CMYK
RGB Variations
Color information
#543BBF (or 0x543BBF) is known color: Purple Heart. HEX triplet: 54, 3B and BF. RGB value is (84,59,191). Sum of RGB (Red+Green+Blue) = 84+59+191=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #543BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BBF is #ABC440. Grayscale: #515151. Windows color (decimal): -11256897 or 12532564. OLE color: 12532564.
HSL color Cylindrical-coordinate representation of color #543BBF: hue angle of 251.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543BBF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 59 | 191 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.25 |
| HSL | 251.36º | 0.53% | 0.49% | - |
| HSV(B) | 251.36º | 0.69% | 0.75% | - |
| XYZ | 14.62 | 8.77 | 50.21 | - |
| YUV | 81.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 191 | 0.56 | 0.69 | 0 | 0.25 | 251.36 | 0.53 | 0.49 |
| Hex | 54 | 3B | BF | 38 | 45 | 0 | 19 | FB | 35 | 31 |
| Octal | 124 | 73 | 277 | 70 | 105 | 0 | 31 | 373 | 65 | 61 |
| Binary | 1010100 | 111011 | 10111111 | 111000 | 1000101 | 0 | 11001 | 11111011 | 110101 | 110001 |
Color Harmonies of #543BBF
Complementary color
Monochromatic Colors of #543BBF
Black with #543BBF
Text Example
Text Example
White with #543BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BBF; }
p { color: rgb(84,59,191); }
H1.HeaderClassName
{
color: #543BBF;
}
.AnyTagClassName
{
color: #543BBF;
}
</style>
background-color css
<style>
a { background-color: #543BBF; }
a { background-color: rgb(84,59,191); }
div.DivClassName
{
background-color: #543BBF;
}
.BgClassName
{
background-color: #543BBF;
}
</style>
border-color css
<style>
span { border-color: #543BBF; }
span { border-color: rgb(84,59,191); }
td.TdClassName
{
border-color: #543BBF;
}
.TagClassName
{
border-color: #543BBF;
}
</style>