Shades of Purple Heart #543ACD
Tints of Purple Heart #543ACD
RGB
CMYK
RGB Variations
Color information
#543ACD (or 0x543ACD) is known color: Purple Heart. HEX triplet: 54, 3A and CD. RGB value is (84,58,205). Sum of RGB (Red+Green+Blue) = 84+58+205=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #543ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ACD is #ABC532. Grayscale: #515151. Windows color (decimal): -11257139 or 13449812. OLE color: 13449812.
HSL color Cylindrical-coordinate representation of color #543ACD: hue angle of 250.61º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543ACD is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 58 | 205 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.20 |
| HSL | 250.61º | 0.6% | 0.52% | - |
| HSV(B) | 250.61º | 0.72% | 0.8% | - |
| XYZ | 16.19 | 9.32 | 58.7 | - |
| YUV | 82.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 205 | 0.59 | 0.72 | 0 | 0.20 | 250.61 | 0.6 | 0.52 |
| Hex | 54 | 3A | CD | 3B | 48 | 0 | 14 | FB | 3C | 34 |
| Octal | 124 | 72 | 315 | 73 | 110 | 0 | 24 | 373 | 74 | 64 |
| Binary | 1010100 | 111010 | 11001101 | 111011 | 1001000 | 0 | 10100 | 11111011 | 111100 | 110100 |
Color Harmonies of #543ACD
Complementary color
Monochromatic Colors of #543ACD
Black with #543ACD
Text Example
Text Example
White with #543ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543ACD; }
p { color: rgb(84,58,205); }
H1.HeaderClassName
{
color: #543ACD;
}
.AnyTagClassName
{
color: #543ACD;
}
</style>
background-color css
<style>
a { background-color: #543ACD; }
a { background-color: rgb(84,58,205); }
div.DivClassName
{
background-color: #543ACD;
}
.BgClassName
{
background-color: #543ACD;
}
</style>
border-color css
<style>
span { border-color: #543ACD; }
span { border-color: rgb(84,58,205); }
td.TdClassName
{
border-color: #543ACD;
}
.TagClassName
{
border-color: #543ACD;
}
</style>