Shades of Purple Heart #5411AB
Tints of Purple Heart #5411AB
RGB
CMYK
RGB Variations
Color information
#5411AB (or 0x5411AB) is known color: Purple Heart. HEX triplet: 54, 11 and AB. RGB value is (84,17,171). Sum of RGB (Red+Green+Blue) = 84+17+171=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5411AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5411AB is #ABEE54. Grayscale: #363636. Windows color (decimal): -11267669 or 11211092. OLE color: 11211092.
HSL color Cylindrical-coordinate representation of color #5411AB: hue angle of 266.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5411AB is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 17 | 171 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.33 |
| HSL | 266.1º | 0.82% | 0.37% | - |
| HSV(B) | 266.1º | 0.9% | 0.67% | - |
| XYZ | 11.21 | 5.23 | 38.95 | - |
| YUV | 54.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 171 | 0.51 | 0.90 | 0 | 0.33 | 266.1 | 0.82 | 0.37 |
| Hex | 54 | 11 | AB | 33 | 5A | 0 | 21 | 10A | 52 | 25 |
| Octal | 124 | 21 | 253 | 63 | 132 | 0 | 41 | 412 | 122 | 45 |
| Binary | 1010100 | 10001 | 10101011 | 110011 | 1011010 | 0 | 100001 | 100001010 | 1010010 | 100101 |
Color Harmonies of #5411AB
Complementary color
Monochromatic Colors of #5411AB
Black with #5411AB
Text Example
Text Example
White with #5411AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5411AB; }
p { color: rgb(84,17,171); }
H1.HeaderClassName
{
color: #5411AB;
}
.AnyTagClassName
{
color: #5411AB;
}
</style>
background-color css
<style>
a { background-color: #5411AB; }
a { background-color: rgb(84,17,171); }
div.DivClassName
{
background-color: #5411AB;
}
.BgClassName
{
background-color: #5411AB;
}
</style>
border-color css
<style>
span { border-color: #5411AB; }
span { border-color: rgb(84,17,171); }
td.TdClassName
{
border-color: #5411AB;
}
.TagClassName
{
border-color: #5411AB;
}
</style>