Shades of Purple Heart #543ACB
Tints of Purple Heart #543ACB
RGB
CMYK
RGB Variations
Color information
#543ACB (or 0x543ACB) is known color: Purple Heart. HEX triplet: 54, 3A and CB. RGB value is (84,58,203). Sum of RGB (Red+Green+Blue) = 84+58+203=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #543ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ACB is #ABC534. Grayscale: #515151. Windows color (decimal): -11257141 or 13318740. OLE color: 13318740.
HSL color Cylindrical-coordinate representation of color #543ACB: hue angle of 250.76º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543ACB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 58 | 203 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.20 |
| HSL | 250.76º | 0.58% | 0.51% | - |
| HSV(B) | 250.76º | 0.71% | 0.8% | - |
| XYZ | 15.95 | 9.22 | 57.44 | - |
| YUV | 82.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 203 | 0.59 | 0.71 | 0 | 0.20 | 250.76 | 0.58 | 0.51 |
| Hex | 54 | 3A | CB | 3B | 47 | 0 | 14 | FB | 3A | 33 |
| Octal | 124 | 72 | 313 | 73 | 107 | 0 | 24 | 373 | 72 | 63 |
| Binary | 1010100 | 111010 | 11001011 | 111011 | 1000111 | 0 | 10100 | 11111011 | 111010 | 110011 |
Color Harmonies of #543ACB
Complementary color
Monochromatic Colors of #543ACB
Black with #543ACB
Text Example
Text Example
White with #543ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543ACB; }
p { color: rgb(84,58,203); }
H1.HeaderClassName
{
color: #543ACB;
}
.AnyTagClassName
{
color: #543ACB;
}
</style>
background-color css
<style>
a { background-color: #543ACB; }
a { background-color: rgb(84,58,203); }
div.DivClassName
{
background-color: #543ACB;
}
.BgClassName
{
background-color: #543ACB;
}
</style>
border-color css
<style>
span { border-color: #543ACB; }
span { border-color: rgb(84,58,203); }
td.TdClassName
{
border-color: #543ACB;
}
.TagClassName
{
border-color: #543ACB;
}
</style>