Shades of Purple Heart #540CB1
Tints of Purple Heart #540CB1
RGB
CMYK
RGB Variations
Color information
#540CB1 (or 0x540CB1) is known color: Purple Heart. HEX triplet: 54, 0C and B1. RGB value is (84,12,177). Sum of RGB (Red+Green+Blue) = 84+12+177=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #540CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CB1 is #ABF34E. Grayscale: #333333. Windows color (decimal): -11268943 or 11603028. OLE color: 11603028.
HSL color Cylindrical-coordinate representation of color #540CB1: hue angle of 266.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CB1 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 12 | 177 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.31 |
| HSL | 266.18º | 0.87% | 0.37% | - |
| HSV(B) | 266.18º | 0.93% | 0.69% | - |
| XYZ | 11.72 | 5.32 | 42 | - |
| YUV | 52.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 177 | 0.53 | 0.93 | 0 | 0.31 | 266.18 | 0.87 | 0.37 |
| Hex | 54 | C | B1 | 35 | 5D | 0 | 1F | 10A | 57 | 25 |
| Octal | 124 | 14 | 261 | 65 | 135 | 0 | 37 | 412 | 127 | 45 |
| Binary | 1010100 | 1100 | 10110001 | 110101 | 1011101 | 0 | 11111 | 100001010 | 1010111 | 100101 |
Color Harmonies of #540CB1
Complementary color
Monochromatic Colors of #540CB1
Black with #540CB1
Text Example
Text Example
White with #540CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CB1; }
p { color: rgb(84,12,177); }
H1.HeaderClassName
{
color: #540CB1;
}
.AnyTagClassName
{
color: #540CB1;
}
</style>
background-color css
<style>
a { background-color: #540CB1; }
a { background-color: rgb(84,12,177); }
div.DivClassName
{
background-color: #540CB1;
}
.BgClassName
{
background-color: #540CB1;
}
</style>
border-color css
<style>
span { border-color: #540CB1; }
span { border-color: rgb(84,12,177); }
td.TdClassName
{
border-color: #540CB1;
}
.TagClassName
{
border-color: #540CB1;
}
</style>