Shades of Purple Heart #540BCF
Tints of Purple Heart #540BCF
RGB
CMYK
RGB Variations
Color information
#540BCF (or 0x540BCF) is known color: Purple Heart. HEX triplet: 54, 0B and CF. RGB value is (84,11,207). Sum of RGB (Red+Green+Blue) = 84+11+207=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #540BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BCF is #ABF430. Grayscale: #363636. Windows color (decimal): -11269169 or 13568852. OLE color: 13568852.
HSL color Cylindrical-coordinate representation of color #540BCF: hue angle of 262.35º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BCF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 11 | 207 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.19 |
| HSL | 262.35º | 0.9% | 0.43% | - |
| HSV(B) | 262.35º | 0.95% | 0.81% | - |
| XYZ | 15.04 | 6.63 | 59.52 | - |
| YUV | 55.17 | 213.68 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 207 | 0.59 | 0.95 | 0 | 0.19 | 262.35 | 0.9 | 0.43 |
| Hex | 54 | B | CF | 3B | 5F | 0 | 13 | 106 | 5A | 2B |
| Octal | 124 | 13 | 317 | 73 | 137 | 0 | 23 | 406 | 132 | 53 |
| Binary | 1010100 | 1011 | 11001111 | 111011 | 1011111 | 0 | 10011 | 100000110 | 1011010 | 101011 |
Color Harmonies of #540BCF
Complementary color
Monochromatic Colors of #540BCF
Black with #540BCF
Text Example
Text Example
White with #540BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BCF; }
p { color: rgb(84,11,207); }
H1.HeaderClassName
{
color: #540BCF;
}
.AnyTagClassName
{
color: #540BCF;
}
</style>
background-color css
<style>
a { background-color: #540BCF; }
a { background-color: rgb(84,11,207); }
div.DivClassName
{
background-color: #540BCF;
}
.BgClassName
{
background-color: #540BCF;
}
</style>
border-color css
<style>
span { border-color: #540BCF; }
span { border-color: rgb(84,11,207); }
td.TdClassName
{
border-color: #540BCF;
}
.TagClassName
{
border-color: #540BCF;
}
</style>