Shades of Purple Heart #543DCB
Tints of Purple Heart #543DCB
RGB
CMYK
RGB Variations
Color information
#543DCB (or 0x543DCB) is known color: Purple Heart. HEX triplet: 54, 3D and CB. RGB value is (84,61,203). Sum of RGB (Red+Green+Blue) = 84+61+203=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #543DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DCB is #ABC234. Grayscale: #535353. Windows color (decimal): -11256373 or 13319508. OLE color: 13319508.
HSL color Cylindrical-coordinate representation of color #543DCB: hue angle of 249.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543DCB is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 61 | 203 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.20 |
| HSL | 249.72º | 0.58% | 0.52% | - |
| HSV(B) | 249.72º | 0.7% | 0.8% | - |
| XYZ | 16.1 | 9.53 | 57.49 | - |
| YUV | 84.07 | 195.12 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 203 | 0.59 | 0.70 | 0 | 0.20 | 249.72 | 0.58 | 0.52 |
| Hex | 54 | 3D | CB | 3B | 46 | 0 | 14 | FA | 3A | 34 |
| Octal | 124 | 75 | 313 | 73 | 106 | 0 | 24 | 372 | 72 | 64 |
| Binary | 1010100 | 111101 | 11001011 | 111011 | 1000110 | 0 | 10100 | 11111010 | 111010 | 110100 |
Color Harmonies of #543DCB
Complementary color
Monochromatic Colors of #543DCB
Black with #543DCB
Text Example
Text Example
White with #543DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DCB; }
p { color: rgb(84,61,203); }
H1.HeaderClassName
{
color: #543DCB;
}
.AnyTagClassName
{
color: #543DCB;
}
</style>
background-color css
<style>
a { background-color: #543DCB; }
a { background-color: rgb(84,61,203); }
div.DivClassName
{
background-color: #543DCB;
}
.BgClassName
{
background-color: #543DCB;
}
</style>
border-color css
<style>
span { border-color: #543DCB; }
span { border-color: rgb(84,61,203); }
td.TdClassName
{
border-color: #543DCB;
}
.TagClassName
{
border-color: #543DCB;
}
</style>