Shades of Purple Heart #543EC5
Tints of Purple Heart #543EC5
RGB
CMYK
RGB Variations
Color information
#543EC5 (or 0x543EC5) is known color: Purple Heart. HEX triplet: 54, 3E and C5. RGB value is (84,62,197). Sum of RGB (Red+Green+Blue) = 84+62+197=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #543EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EC5 is #ABC13A. Grayscale: #535353. Windows color (decimal): -11256123 or 12926548. OLE color: 12926548.
HSL color Cylindrical-coordinate representation of color #543EC5: hue angle of 249.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543EC5 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 62 | 197 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.23 |
| HSL | 249.78º | 0.54% | 0.51% | - |
| HSV(B) | 249.78º | 0.69% | 0.77% | - |
| XYZ | 15.46 | 9.36 | 53.82 | - |
| YUV | 83.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 197 | 0.57 | 0.69 | 0 | 0.23 | 249.78 | 0.54 | 0.51 |
| Hex | 54 | 3E | C5 | 39 | 45 | 0 | 17 | FA | 36 | 33 |
| Octal | 124 | 76 | 305 | 71 | 105 | 0 | 27 | 372 | 66 | 63 |
| Binary | 1010100 | 111110 | 11000101 | 111001 | 1000101 | 0 | 10111 | 11111010 | 110110 | 110011 |
Color Harmonies of #543EC5
Complementary color
Monochromatic Colors of #543EC5
Black with #543EC5
Text Example
Text Example
White with #543EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543EC5; }
p { color: rgb(84,62,197); }
H1.HeaderClassName
{
color: #543EC5;
}
.AnyTagClassName
{
color: #543EC5;
}
</style>
background-color css
<style>
a { background-color: #543EC5; }
a { background-color: rgb(84,62,197); }
div.DivClassName
{
background-color: #543EC5;
}
.BgClassName
{
background-color: #543EC5;
}
</style>
border-color css
<style>
span { border-color: #543EC5; }
span { border-color: rgb(84,62,197); }
td.TdClassName
{
border-color: #543EC5;
}
.TagClassName
{
border-color: #543EC5;
}
</style>