Shades of Purple Heart #540CB5
Tints of Purple Heart #540CB5
RGB
CMYK
RGB Variations
Color information
#540CB5 (or 0x540CB5) is known color: Purple Heart. HEX triplet: 54, 0C and B5. RGB value is (84,12,181). Sum of RGB (Red+Green+Blue) = 84+12+181=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 181 (71.09% from 255 or 65.34% from 277); Max value from RGB is 181 - color contains mainly: blue. Hex color #540CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CB5 is #ABF34A. Grayscale: #343434. Windows color (decimal): -11268939 or 11865172. OLE color: 11865172.
HSL color Cylindrical-coordinate representation of color #540CB5: hue angle of 265.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CB5 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 12 | 181 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.29 |
| HSL | 265.56º | 0.88% | 0.38% | - |
| HSV(B) | 265.56º | 0.93% | 0.71% | - |
| XYZ | 12.13 | 5.48 | 44.14 | - |
| YUV | 52.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 181 | 0.54 | 0.93 | 0 | 0.29 | 265.56 | 0.88 | 0.38 |
| Hex | 54 | C | B5 | 36 | 5D | 0 | 1D | 10A | 58 | 26 |
| Octal | 124 | 14 | 265 | 66 | 135 | 0 | 35 | 412 | 130 | 46 |
| Binary | 1010100 | 1100 | 10110101 | 110110 | 1011101 | 0 | 11101 | 100001010 | 1011000 | 100110 |
Color Harmonies of #540CB5
Complementary color
Monochromatic Colors of #540CB5
Black with #540CB5
Text Example
Text Example
White with #540CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CB5; }
p { color: rgb(84,12,181); }
H1.HeaderClassName
{
color: #540CB5;
}
.AnyTagClassName
{
color: #540CB5;
}
</style>
background-color css
<style>
a { background-color: #540CB5; }
a { background-color: rgb(84,12,181); }
div.DivClassName
{
background-color: #540CB5;
}
.BgClassName
{
background-color: #540CB5;
}
</style>
border-color css
<style>
span { border-color: #540CB5; }
span { border-color: rgb(84,12,181); }
td.TdClassName
{
border-color: #540CB5;
}
.TagClassName
{
border-color: #540CB5;
}
</style>