Shades of Purple Heart #540CBE
Tints of Purple Heart #540CBE
RGB
CMYK
RGB Variations
Color information
#540CBE (or 0x540CBE) is known color: Purple Heart. HEX triplet: 54, 0C and BE. RGB value is (84,12,190). Sum of RGB (Red+Green+Blue) = 84+12+190=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #540CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CBE is #ABF341. Grayscale: #353535. Windows color (decimal): -11268930 or 12454996. OLE color: 12454996.
HSL color Cylindrical-coordinate representation of color #540CBE: hue angle of 264.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CBE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 12 | 190 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.25 |
| HSL | 264.27º | 0.88% | 0.4% | - |
| HSV(B) | 264.27º | 0.94% | 0.75% | - |
| XYZ | 13.08 | 5.87 | 49.16 | - |
| YUV | 53.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 190 | 0.56 | 0.94 | 0 | 0.25 | 264.27 | 0.88 | 0.4 |
| Hex | 54 | C | BE | 38 | 5E | 0 | 19 | 108 | 58 | 28 |
| Octal | 124 | 14 | 276 | 70 | 136 | 0 | 31 | 410 | 130 | 50 |
| Binary | 1010100 | 1100 | 10111110 | 111000 | 1011110 | 0 | 11001 | 100001000 | 1011000 | 101000 |
Color Harmonies of #540CBE
Complementary color
Monochromatic Colors of #540CBE
Black with #540CBE
Text Example
Text Example
White with #540CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CBE; }
p { color: rgb(84,12,190); }
H1.HeaderClassName
{
color: #540CBE;
}
.AnyTagClassName
{
color: #540CBE;
}
</style>
background-color css
<style>
a { background-color: #540CBE; }
a { background-color: rgb(84,12,190); }
div.DivClassName
{
background-color: #540CBE;
}
.BgClassName
{
background-color: #540CBE;
}
</style>
border-color css
<style>
span { border-color: #540CBE; }
span { border-color: rgb(84,12,190); }
td.TdClassName
{
border-color: #540CBE;
}
.TagClassName
{
border-color: #540CBE;
}
</style>