Shades of Purple Heart #543BBC
Tints of Purple Heart #543BBC
RGB
CMYK
RGB Variations
Color information
#543BBC (or 0x543BBC) is known color: Purple Heart. HEX triplet: 54, 3B and BC. RGB value is (84,59,188). Sum of RGB (Red+Green+Blue) = 84+59+188=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #543BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BBC is #ABC443. Grayscale: #505050. Windows color (decimal): -11256900 or 12335956. OLE color: 12335956.
HSL color Cylindrical-coordinate representation of color #543BBC: hue angle of 251.63º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543BBC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 59 | 188 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.26 |
| HSL | 251.63º | 0.52% | 0.48% | - |
| HSV(B) | 251.63º | 0.69% | 0.74% | - |
| XYZ | 14.3 | 8.64 | 48.49 | - |
| YUV | 81.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 188 | 0.55 | 0.69 | 0 | 0.26 | 251.63 | 0.52 | 0.48 |
| Hex | 54 | 3B | BC | 37 | 45 | 0 | 1A | FC | 34 | 30 |
| Octal | 124 | 73 | 274 | 67 | 105 | 0 | 32 | 374 | 64 | 60 |
| Binary | 1010100 | 111011 | 10111100 | 110111 | 1000101 | 0 | 11010 | 11111100 | 110100 | 110000 |
Color Harmonies of #543BBC
Complementary color
Monochromatic Colors of #543BBC
Black with #543BBC
Text Example
Text Example
White with #543BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BBC; }
p { color: rgb(84,59,188); }
H1.HeaderClassName
{
color: #543BBC;
}
.AnyTagClassName
{
color: #543BBC;
}
</style>
background-color css
<style>
a { background-color: #543BBC; }
a { background-color: rgb(84,59,188); }
div.DivClassName
{
background-color: #543BBC;
}
.BgClassName
{
background-color: #543BBC;
}
</style>
border-color css
<style>
span { border-color: #543BBC; }
span { border-color: rgb(84,59,188); }
td.TdClassName
{
border-color: #543BBC;
}
.TagClassName
{
border-color: #543BBC;
}
</style>