Shades of Purple Heart #540DC9
Tints of Purple Heart #540DC9
RGB
CMYK
RGB Variations
Color information
#540DC9 (or 0x540DC9) is known color: Purple Heart. HEX triplet: 54, 0D and C9. RGB value is (84,13,201). Sum of RGB (Red+Green+Blue) = 84+13+201=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #540DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DC9 is #ABF236. Grayscale: #363636. Windows color (decimal): -11268663 or 13176148. OLE color: 13176148.
HSL color Cylindrical-coordinate representation of color #540DC9: hue angle of 262.66º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DC9 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 13 | 201 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.21 |
| HSL | 262.66º | 0.88% | 0.42% | - |
| HSV(B) | 262.66º | 0.94% | 0.79% | - |
| XYZ | 14.34 | 6.39 | 55.74 | - |
| YUV | 55.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 201 | 0.58 | 0.94 | 0 | 0.21 | 262.66 | 0.88 | 0.42 |
| Hex | 54 | D | C9 | 3A | 5E | 0 | 15 | 107 | 58 | 2A |
| Octal | 124 | 15 | 311 | 72 | 136 | 0 | 25 | 407 | 130 | 52 |
| Binary | 1010100 | 1101 | 11001001 | 111010 | 1011110 | 0 | 10101 | 100000111 | 1011000 | 101010 |
Color Harmonies of #540DC9
Complementary color
Monochromatic Colors of #540DC9
Black with #540DC9
Text Example
Text Example
White with #540DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DC9; }
p { color: rgb(84,13,201); }
H1.HeaderClassName
{
color: #540DC9;
}
.AnyTagClassName
{
color: #540DC9;
}
</style>
background-color css
<style>
a { background-color: #540DC9; }
a { background-color: rgb(84,13,201); }
div.DivClassName
{
background-color: #540DC9;
}
.BgClassName
{
background-color: #540DC9;
}
</style>
border-color css
<style>
span { border-color: #540DC9; }
span { border-color: rgb(84,13,201); }
td.TdClassName
{
border-color: #540DC9;
}
.TagClassName
{
border-color: #540DC9;
}
</style>