Shades of Purple Heart #543DBA
Tints of Purple Heart #543DBA
RGB
CMYK
RGB Variations
Color information
#543DBA (or 0x543DBA) is known color: Purple Heart. HEX triplet: 54, 3D and BA. RGB value is (84,61,186). Sum of RGB (Red+Green+Blue) = 84+61+186=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #543DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DBA is #ABC245. Grayscale: #515151. Windows color (decimal): -11256390 or 12205396. OLE color: 12205396.
HSL color Cylindrical-coordinate representation of color #543DBA: hue angle of 251.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543DBA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 61 | 186 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.27 |
| HSL | 251.04º | 0.51% | 0.48% | - |
| HSV(B) | 251.04º | 0.67% | 0.73% | - |
| XYZ | 14.19 | 8.77 | 47.4 | - |
| YUV | 82.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 186 | 0.55 | 0.67 | 0 | 0.27 | 251.04 | 0.51 | 0.48 |
| Hex | 54 | 3D | BA | 37 | 43 | 0 | 1B | FB | 33 | 30 |
| Octal | 124 | 75 | 272 | 67 | 103 | 0 | 33 | 373 | 63 | 60 |
| Binary | 1010100 | 111101 | 10111010 | 110111 | 1000011 | 0 | 11011 | 11111011 | 110011 | 110000 |
Color Harmonies of #543DBA
Complementary color
Monochromatic Colors of #543DBA
Black with #543DBA
Text Example
Text Example
White with #543DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DBA; }
p { color: rgb(84,61,186); }
H1.HeaderClassName
{
color: #543DBA;
}
.AnyTagClassName
{
color: #543DBA;
}
</style>
background-color css
<style>
a { background-color: #543DBA; }
a { background-color: rgb(84,61,186); }
div.DivClassName
{
background-color: #543DBA;
}
.BgClassName
{
background-color: #543DBA;
}
</style>
border-color css
<style>
span { border-color: #543DBA; }
span { border-color: rgb(84,61,186); }
td.TdClassName
{
border-color: #543DBA;
}
.TagClassName
{
border-color: #543DBA;
}
</style>