Shades of Purple Heart #540DCE
Tints of Purple Heart #540DCE
RGB
CMYK
RGB Variations
Color information
#540DCE (or 0x540DCE) is known color: Purple Heart. HEX triplet: 54, 0D and CE. RGB value is (84,13,206). Sum of RGB (Red+Green+Blue) = 84+13+206=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #540DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DCE is #ABF231. Grayscale: #373737. Windows color (decimal): -11268658 or 13503828. OLE color: 13503828.
HSL color Cylindrical-coordinate representation of color #540DCE: hue angle of 262.07º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DCE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 13 | 206 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.19 |
| HSL | 262.07º | 0.88% | 0.43% | - |
| HSV(B) | 262.07º | 0.94% | 0.81% | - |
| XYZ | 14.94 | 6.63 | 58.88 | - |
| YUV | 56.23 | 212.52 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 206 | 0.59 | 0.94 | 0 | 0.19 | 262.07 | 0.88 | 0.43 |
| Hex | 54 | D | CE | 3B | 5E | 0 | 13 | 106 | 58 | 2B |
| Octal | 124 | 15 | 316 | 73 | 136 | 0 | 23 | 406 | 130 | 53 |
| Binary | 1010100 | 1101 | 11001110 | 111011 | 1011110 | 0 | 10011 | 100000110 | 1011000 | 101011 |
Color Harmonies of #540DCE
Complementary color
Monochromatic Colors of #540DCE
Black with #540DCE
Text Example
Text Example
White with #540DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DCE; }
p { color: rgb(84,13,206); }
H1.HeaderClassName
{
color: #540DCE;
}
.AnyTagClassName
{
color: #540DCE;
}
</style>
background-color css
<style>
a { background-color: #540DCE; }
a { background-color: rgb(84,13,206); }
div.DivClassName
{
background-color: #540DCE;
}
.BgClassName
{
background-color: #540DCE;
}
</style>
border-color css
<style>
span { border-color: #540DCE; }
span { border-color: rgb(84,13,206); }
td.TdClassName
{
border-color: #540DCE;
}
.TagClassName
{
border-color: #540DCE;
}
</style>