Shades of Purple Heart #540AB9
Tints of Purple Heart #540AB9
RGB
CMYK
RGB Variations
Color information
#540AB9 (or 0x540AB9) is known color: Purple Heart. HEX triplet: 54, 0A and B9. RGB value is (84,10,185). Sum of RGB (Red+Green+Blue) = 84+10+185=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #540AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AB9 is #ABF546. Grayscale: #333333. Windows color (decimal): -11269447 or 12126804. OLE color: 12126804.
HSL color Cylindrical-coordinate representation of color #540AB9: hue angle of 265.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AB9 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 10 | 185 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.27 |
| HSL | 265.37º | 0.9% | 0.38% | - |
| HSV(B) | 265.37º | 0.95% | 0.73% | - |
| XYZ | 12.52 | 5.6 | 46.32 | - |
| YUV | 52.08 | 203.02 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 185 | 0.55 | 0.95 | 0 | 0.27 | 265.37 | 0.9 | 0.38 |
| Hex | 54 | A | B9 | 37 | 5F | 0 | 1B | 109 | 5A | 26 |
| Octal | 124 | 12 | 271 | 67 | 137 | 0 | 33 | 411 | 132 | 46 |
| Binary | 1010100 | 1010 | 10111001 | 110111 | 1011111 | 0 | 11011 | 100001001 | 1011010 | 100110 |
Color Harmonies of #540AB9
Complementary color
Monochromatic Colors of #540AB9
Black with #540AB9
Text Example
Text Example
White with #540AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540AB9; }
p { color: rgb(84,10,185); }
H1.HeaderClassName
{
color: #540AB9;
}
.AnyTagClassName
{
color: #540AB9;
}
</style>
background-color css
<style>
a { background-color: #540AB9; }
a { background-color: rgb(84,10,185); }
div.DivClassName
{
background-color: #540AB9;
}
.BgClassName
{
background-color: #540AB9;
}
</style>
border-color css
<style>
span { border-color: #540AB9; }
span { border-color: rgb(84,10,185); }
td.TdClassName
{
border-color: #540AB9;
}
.TagClassName
{
border-color: #540AB9;
}
</style>