Shades of Purple Heart #540FAB
Tints of Purple Heart #540FAB
RGB
CMYK
RGB Variations
Color information
#540FAB (or 0x540FAB) is known color: Purple Heart. HEX triplet: 54, 0F and AB. RGB value is (84,15,171). Sum of RGB (Red+Green+Blue) = 84+15+171=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #540FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540FAB is #ABF054. Grayscale: #343434. Windows color (decimal): -11268181 or 11210580. OLE color: 11210580.
HSL color Cylindrical-coordinate representation of color #540FAB: hue angle of 266.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540FAB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 15 | 171 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.33 |
| HSL | 266.54º | 0.84% | 0.36% | - |
| HSV(B) | 266.54º | 0.91% | 0.67% | - |
| XYZ | 11.18 | 5.17 | 38.94 | - |
| YUV | 53.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 171 | 0.51 | 0.91 | 0 | 0.33 | 266.54 | 0.84 | 0.36 |
| Hex | 54 | F | AB | 33 | 5B | 0 | 21 | 10B | 54 | 24 |
| Octal | 124 | 17 | 253 | 63 | 133 | 0 | 41 | 413 | 124 | 44 |
| Binary | 1010100 | 1111 | 10101011 | 110011 | 1011011 | 0 | 100001 | 100001011 | 1010100 | 100100 |
Color Harmonies of #540FAB
Complementary color
Monochromatic Colors of #540FAB
Black with #540FAB
Text Example
Text Example
White with #540FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FAB; }
p { color: rgb(84,15,171); }
H1.HeaderClassName
{
color: #540FAB;
}
.AnyTagClassName
{
color: #540FAB;
}
</style>
background-color css
<style>
a { background-color: #540FAB; }
a { background-color: rgb(84,15,171); }
div.DivClassName
{
background-color: #540FAB;
}
.BgClassName
{
background-color: #540FAB;
}
</style>
border-color css
<style>
span { border-color: #540FAB; }
span { border-color: rgb(84,15,171); }
td.TdClassName
{
border-color: #540FAB;
}
.TagClassName
{
border-color: #540FAB;
}
</style>