Shades of Purple Heart #543BBE
Tints of Purple Heart #543BBE
RGB
CMYK
RGB Variations
Color information
#543BBE (or 0x543BBE) is known color: Purple Heart. HEX triplet: 54, 3B and BE. RGB value is (84,59,190). Sum of RGB (Red+Green+Blue) = 84+59+190=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #543BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BBE is #ABC441. Grayscale: #505050. Windows color (decimal): -11256898 or 12467028. OLE color: 12467028.
HSL color Cylindrical-coordinate representation of color #543BBE: hue angle of 251.45º 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 #543BBE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 59 | 190 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.25 |
| HSL | 251.45º | 0.53% | 0.49% | - |
| HSV(B) | 251.45º | 0.69% | 0.75% | - |
| XYZ | 14.51 | 8.73 | 49.64 | - |
| YUV | 81.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 190 | 0.56 | 0.69 | 0 | 0.25 | 251.45 | 0.53 | 0.49 |
| Hex | 54 | 3B | BE | 38 | 45 | 0 | 19 | FB | 35 | 31 |
| Octal | 124 | 73 | 276 | 70 | 105 | 0 | 31 | 373 | 65 | 61 |
| Binary | 1010100 | 111011 | 10111110 | 111000 | 1000101 | 0 | 11001 | 11111011 | 110101 | 110001 |
Color Harmonies of #543BBE
Complementary color
Monochromatic Colors of #543BBE
Black with #543BBE
Text Example
Text Example
White with #543BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BBE; }
p { color: rgb(84,59,190); }
H1.HeaderClassName
{
color: #543BBE;
}
.AnyTagClassName
{
color: #543BBE;
}
</style>
background-color css
<style>
a { background-color: #543BBE; }
a { background-color: rgb(84,59,190); }
div.DivClassName
{
background-color: #543BBE;
}
.BgClassName
{
background-color: #543BBE;
}
</style>
border-color css
<style>
span { border-color: #543BBE; }
span { border-color: rgb(84,59,190); }
td.TdClassName
{
border-color: #543BBE;
}
.TagClassName
{
border-color: #543BBE;
}
</style>