Shades of Purple Heart #540CBA
Tints of Purple Heart #540CBA
RGB
CMYK
RGB Variations
Color information
#540CBA (or 0x540CBA) is known color: Purple Heart. HEX triplet: 54, 0C and BA. RGB value is (84,12,186). Sum of RGB (Red+Green+Blue) = 84+12+186=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #540CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CBA is #ABF345. Grayscale: #343434. Windows color (decimal): -11268934 or 12192852. OLE color: 12192852.
HSL color Cylindrical-coordinate representation of color #540CBA: hue angle of 264.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CBA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 12 | 186 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.27 |
| HSL | 264.83º | 0.88% | 0.39% | - |
| HSV(B) | 264.83º | 0.94% | 0.73% | - |
| XYZ | 12.65 | 5.69 | 46.89 | - |
| YUV | 53.36 | 202.85 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 186 | 0.55 | 0.94 | 0 | 0.27 | 264.83 | 0.88 | 0.39 |
| Hex | 54 | C | BA | 37 | 5E | 0 | 1B | 109 | 58 | 27 |
| Octal | 124 | 14 | 272 | 67 | 136 | 0 | 33 | 411 | 130 | 47 |
| Binary | 1010100 | 1100 | 10111010 | 110111 | 1011110 | 0 | 11011 | 100001001 | 1011000 | 100111 |
Color Harmonies of #540CBA
Complementary color
Monochromatic Colors of #540CBA
Black with #540CBA
Text Example
Text Example
White with #540CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CBA; }
p { color: rgb(84,12,186); }
H1.HeaderClassName
{
color: #540CBA;
}
.AnyTagClassName
{
color: #540CBA;
}
</style>
background-color css
<style>
a { background-color: #540CBA; }
a { background-color: rgb(84,12,186); }
div.DivClassName
{
background-color: #540CBA;
}
.BgClassName
{
background-color: #540CBA;
}
</style>
border-color css
<style>
span { border-color: #540CBA; }
span { border-color: rgb(84,12,186); }
td.TdClassName
{
border-color: #540CBA;
}
.TagClassName
{
border-color: #540CBA;
}
</style>