Shades of Purple Heart #540BCC
Tints of Purple Heart #540BCC
RGB
CMYK
RGB Variations
Color information
#540BCC (or 0x540BCC) is known color: Purple Heart. HEX triplet: 54, 0B and CC. RGB value is (84,11,204). Sum of RGB (Red+Green+Blue) = 84+11+204=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #540BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BCC is #ABF433. Grayscale: #363636. Windows color (decimal): -11269172 or 13372244. OLE color: 13372244.
HSL color Cylindrical-coordinate representation of color #540BCC: hue angle of 262.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BCC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 11 | 204 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.2 |
| HSL | 262.69º | 0.9% | 0.42% | - |
| HSV(B) | 262.69º | 0.95% | 0.8% | - |
| XYZ | 14.67 | 6.48 | 57.6 | - |
| YUV | 54.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 204 | 0.59 | 0.95 | 0 | 0.2 | 262.69 | 0.9 | 0.42 |
| Hex | 54 | B | CC | 3B | 5F | 0 | 14 | 107 | 5A | 2A |
| Octal | 124 | 13 | 314 | 73 | 137 | 0 | 24 | 407 | 132 | 52 |
| Binary | 1010100 | 1011 | 11001100 | 111011 | 1011111 | 0 | 10100 | 100000111 | 1011010 | 101010 |
Color Harmonies of #540BCC
Complementary color
Monochromatic Colors of #540BCC
Black with #540BCC
Text Example
Text Example
White with #540BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BCC; }
p { color: rgb(84,11,204); }
H1.HeaderClassName
{
color: #540BCC;
}
.AnyTagClassName
{
color: #540BCC;
}
</style>
background-color css
<style>
a { background-color: #540BCC; }
a { background-color: rgb(84,11,204); }
div.DivClassName
{
background-color: #540BCC;
}
.BgClassName
{
background-color: #540BCC;
}
</style>
border-color css
<style>
span { border-color: #540BCC; }
span { border-color: rgb(84,11,204); }
td.TdClassName
{
border-color: #540BCC;
}
.TagClassName
{
border-color: #540BCC;
}
</style>