Shades of Purple Heart #540BC1
Tints of Purple Heart #540BC1
RGB
CMYK
RGB Variations
Color information
#540BC1 (or 0x540BC1) is known color: Purple Heart. HEX triplet: 54, 0B and C1. RGB value is (84,11,193). Sum of RGB (Red+Green+Blue) = 84+11+193=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #540BC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BC1 is #ABF43E. Grayscale: #343434. Windows color (decimal): -11269183 or 12651348. OLE color: 12651348.
HSL color Cylindrical-coordinate representation of color #540BC1: hue angle of 264.07º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BC1 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 11 | 193 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.24 |
| HSL | 264.07º | 0.89% | 0.4% | - |
| HSV(B) | 264.07º | 0.94% | 0.76% | - |
| XYZ | 13.4 | 5.97 | 50.9 | - |
| YUV | 53.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 193 | 0.56 | 0.94 | 0 | 0.24 | 264.07 | 0.89 | 0.4 |
| Hex | 54 | B | C1 | 38 | 5E | 0 | 18 | 108 | 59 | 28 |
| Octal | 124 | 13 | 301 | 70 | 136 | 0 | 30 | 410 | 131 | 50 |
| Binary | 1010100 | 1011 | 11000001 | 111000 | 1011110 | 0 | 11000 | 100001000 | 1011001 | 101000 |
Color Harmonies of #540BC1
Complementary color
Monochromatic Colors of #540BC1
Black with #540BC1
Text Example
Text Example
White with #540BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BC1; }
p { color: rgb(84,11,193); }
H1.HeaderClassName
{
color: #540BC1;
}
.AnyTagClassName
{
color: #540BC1;
}
</style>
background-color css
<style>
a { background-color: #540BC1; }
a { background-color: rgb(84,11,193); }
div.DivClassName
{
background-color: #540BC1;
}
.BgClassName
{
background-color: #540BC1;
}
</style>
border-color css
<style>
span { border-color: #540BC1; }
span { border-color: rgb(84,11,193); }
td.TdClassName
{
border-color: #540BC1;
}
.TagClassName
{
border-color: #540BC1;
}
</style>