Shades of Purple Heart #5400CD
Tints of Purple Heart #5400CD
RGB
CMYK
RGB Variations
Color information
#5400CD (or 0x5400CD) is known color: Purple Heart. HEX triplet: 54, 00 and CD. RGB value is (84,0,205). Sum of RGB (Red+Green+Blue) = 84+0+205=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #5400CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400CD is #ABFF32. Grayscale: #2F2F2F. Windows color (decimal): -11271987 or 13434964. OLE color: 13434964.
HSL color Cylindrical-coordinate representation of color #5400CD: hue angle of 264.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400CD is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 0 | 205 | - |
| CMYK | 0.59 | 1 | 0 | 0.20 |
| HSL | 264.59º | 1% | 0.4% | - |
| HSV(B) | 264.59º | 1% | 0.8% | - |
| XYZ | 14.68 | 6.29 | 58.2 | - |
| YUV | 48.49 | 216.33 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 205 | 0.59 | 1 | 0 | 0.20 | 264.59 | 1 | 0.4 |
| Hex | 54 | 0 | CD | 3B | 64 | 0 | 14 | 109 | 64 | 28 |
| Octal | 124 | 0 | 315 | 73 | 144 | 0 | 24 | 411 | 144 | 50 |
| Binary | 1010100 | 0 | 11001101 | 111011 | 1100100 | 0 | 10100 | 100001001 | 1100100 | 101000 |
Color Harmonies of #5400CD
Complementary color
Monochromatic Colors of #5400CD
Black with #5400CD
Text Example
Text Example
White with #5400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400CD; }
p { color: rgb(84,0,205); }
H1.HeaderClassName
{
color: #5400CD;
}
.AnyTagClassName
{
color: #5400CD;
}
</style>
background-color css
<style>
a { background-color: #5400CD; }
a { background-color: rgb(84,0,205); }
div.DivClassName
{
background-color: #5400CD;
}
.BgClassName
{
background-color: #5400CD;
}
</style>
border-color css
<style>
span { border-color: #5400CD; }
span { border-color: rgb(84,0,205); }
td.TdClassName
{
border-color: #5400CD;
}
.TagClassName
{
border-color: #5400CD;
}
</style>