Shades of Purple Heart #540CCC
Tints of Purple Heart #540CCC
RGB
CMYK
RGB Variations
Color information
#540CCC (or 0x540CCC) is known color: Purple Heart. HEX triplet: 54, 0C and CC. RGB value is (84,12,204). Sum of RGB (Red+Green+Blue) = 84+12+204=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #540CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CCC is #ABF333. Grayscale: #363636. Windows color (decimal): -11268916 or 13372500. OLE color: 13372500.
HSL color Cylindrical-coordinate representation of color #540CCC: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CCC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 12 | 204 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.2 |
| HSL | 262.5º | 0.89% | 0.42% | - |
| HSV(B) | 262.5º | 0.94% | 0.8% | - |
| XYZ | 14.69 | 6.51 | 57.61 | - |
| YUV | 55.42 | 211.85 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 204 | 0.59 | 0.94 | 0 | 0.2 | 262.5 | 0.89 | 0.42 |
| Hex | 54 | C | CC | 3B | 5E | 0 | 14 | 106 | 59 | 2A |
| Octal | 124 | 14 | 314 | 73 | 136 | 0 | 24 | 406 | 131 | 52 |
| Binary | 1010100 | 1100 | 11001100 | 111011 | 1011110 | 0 | 10100 | 100000110 | 1011001 | 101010 |
Color Harmonies of #540CCC
Complementary color
Monochromatic Colors of #540CCC
Black with #540CCC
Text Example
Text Example
White with #540CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CCC; }
p { color: rgb(84,12,204); }
H1.HeaderClassName
{
color: #540CCC;
}
.AnyTagClassName
{
color: #540CCC;
}
</style>
background-color css
<style>
a { background-color: #540CCC; }
a { background-color: rgb(84,12,204); }
div.DivClassName
{
background-color: #540CCC;
}
.BgClassName
{
background-color: #540CCC;
}
</style>
border-color css
<style>
span { border-color: #540CCC; }
span { border-color: rgb(84,12,204); }
td.TdClassName
{
border-color: #540CCC;
}
.TagClassName
{
border-color: #540CCC;
}
</style>