Shades of Purple Heart #540CB0
Tints of Purple Heart #540CB0
RGB
CMYK
RGB Variations
Color information
#540CB0 (or 0x540CB0) is known color: Purple Heart. HEX triplet: 54, 0C and B0. RGB value is (84,12,176). Sum of RGB (Red+Green+Blue) = 84+12+176=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #540CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CB0 is #ABF34F. Grayscale: #333333. Windows color (decimal): -11268944 or 11537492. OLE color: 11537492.
HSL color Cylindrical-coordinate representation of color #540CB0: hue angle of 266.34º 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 #540CB0 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 12 | 176 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.31 |
| HSL | 266.34º | 0.87% | 0.37% | - |
| HSV(B) | 266.34º | 0.93% | 0.69% | - |
| XYZ | 11.62 | 5.28 | 41.48 | - |
| YUV | 52.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 176 | 0.52 | 0.93 | 0 | 0.31 | 266.34 | 0.87 | 0.37 |
| Hex | 54 | C | B0 | 34 | 5D | 0 | 1F | 10A | 57 | 25 |
| Octal | 124 | 14 | 260 | 64 | 135 | 0 | 37 | 412 | 127 | 45 |
| Binary | 1010100 | 1100 | 10110000 | 110100 | 1011101 | 0 | 11111 | 100001010 | 1010111 | 100101 |
Color Harmonies of #540CB0
Complementary color
Monochromatic Colors of #540CB0
Black with #540CB0
Text Example
Text Example
White with #540CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CB0; }
p { color: rgb(84,12,176); }
H1.HeaderClassName
{
color: #540CB0;
}
.AnyTagClassName
{
color: #540CB0;
}
</style>
background-color css
<style>
a { background-color: #540CB0; }
a { background-color: rgb(84,12,176); }
div.DivClassName
{
background-color: #540CB0;
}
.BgClassName
{
background-color: #540CB0;
}
</style>
border-color css
<style>
span { border-color: #540CB0; }
span { border-color: rgb(84,12,176); }
td.TdClassName
{
border-color: #540CB0;
}
.TagClassName
{
border-color: #540CB0;
}
</style>