Shades of Purple Heart #543CC9
Tints of Purple Heart #543CC9
RGB
CMYK
RGB Variations
Color information
#543CC9 (or 0x543CC9) is known color: Purple Heart. HEX triplet: 54, 3C and C9. RGB value is (84,60,201). Sum of RGB (Red+Green+Blue) = 84+60+201=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #543CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CC9 is #ABC336. Grayscale: #525252. Windows color (decimal): -11256631 or 13188180. OLE color: 13188180.
HSL color Cylindrical-coordinate representation of color #543CC9: hue angle of 250.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543CC9 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 60 | 201 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.21 |
| HSL | 250.21º | 0.57% | 0.51% | - |
| HSV(B) | 250.21º | 0.7% | 0.79% | - |
| XYZ | 15.81 | 9.33 | 56.23 | - |
| YUV | 83.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 201 | 0.58 | 0.70 | 0 | 0.21 | 250.21 | 0.57 | 0.51 |
| Hex | 54 | 3C | C9 | 3A | 46 | 0 | 15 | FA | 39 | 33 |
| Octal | 124 | 74 | 311 | 72 | 106 | 0 | 25 | 372 | 71 | 63 |
| Binary | 1010100 | 111100 | 11001001 | 111010 | 1000110 | 0 | 10101 | 11111010 | 111001 | 110011 |
Color Harmonies of #543CC9
Complementary color
Monochromatic Colors of #543CC9
Black with #543CC9
Text Example
Text Example
White with #543CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CC9; }
p { color: rgb(84,60,201); }
H1.HeaderClassName
{
color: #543CC9;
}
.AnyTagClassName
{
color: #543CC9;
}
</style>
background-color css
<style>
a { background-color: #543CC9; }
a { background-color: rgb(84,60,201); }
div.DivClassName
{
background-color: #543CC9;
}
.BgClassName
{
background-color: #543CC9;
}
</style>
border-color css
<style>
span { border-color: #543CC9; }
span { border-color: rgb(84,60,201); }
td.TdClassName
{
border-color: #543CC9;
}
.TagClassName
{
border-color: #543CC9;
}
</style>