Shades of Purple Heart #540AB7
Tints of Purple Heart #540AB7
RGB
CMYK
RGB Variations
Color information
#540AB7 (or 0x540AB7) is known color: Purple Heart. HEX triplet: 54, 0A and B7. RGB value is (84,10,183). Sum of RGB (Red+Green+Blue) = 84+10+183=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #540AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AB7 is #ABF548. Grayscale: #333333. Windows color (decimal): -11269449 or 11995732. OLE color: 11995732.
HSL color Cylindrical-coordinate representation of color #540AB7: hue angle of 265.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AB7 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 10 | 183 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.28 |
| HSL | 265.66º | 0.9% | 0.38% | - |
| HSV(B) | 265.66º | 0.95% | 0.72% | - |
| XYZ | 12.31 | 5.52 | 45.22 | - |
| YUV | 51.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 183 | 0.54 | 0.95 | 0 | 0.28 | 265.66 | 0.9 | 0.38 |
| Hex | 54 | A | B7 | 36 | 5F | 0 | 1C | 10A | 5A | 26 |
| Octal | 124 | 12 | 267 | 66 | 137 | 0 | 34 | 412 | 132 | 46 |
| Binary | 1010100 | 1010 | 10110111 | 110110 | 1011111 | 0 | 11100 | 100001010 | 1011010 | 100110 |
Color Harmonies of #540AB7
Complementary color
Monochromatic Colors of #540AB7
Black with #540AB7
Text Example
Text Example
White with #540AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540AB7; }
p { color: rgb(84,10,183); }
H1.HeaderClassName
{
color: #540AB7;
}
.AnyTagClassName
{
color: #540AB7;
}
</style>
background-color css
<style>
a { background-color: #540AB7; }
a { background-color: rgb(84,10,183); }
div.DivClassName
{
background-color: #540AB7;
}
.BgClassName
{
background-color: #540AB7;
}
</style>
border-color css
<style>
span { border-color: #540AB7; }
span { border-color: rgb(84,10,183); }
td.TdClassName
{
border-color: #540AB7;
}
.TagClassName
{
border-color: #540AB7;
}
</style>