Shades of Purple Heart #5410AB
Tints of Purple Heart #5410AB
RGB
CMYK
RGB Variations
Color information
#5410AB (or 0x5410AB) is known color: Purple Heart. HEX triplet: 54, 10 and AB. RGB value is (84,16,171). Sum of RGB (Red+Green+Blue) = 84+16+171=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5410AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5410AB is #ABEF54. Grayscale: #353535. Windows color (decimal): -11267925 or 11210836. OLE color: 11210836.
HSL color Cylindrical-coordinate representation of color #5410AB: hue angle of 266.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5410AB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 16 | 171 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.33 |
| HSL | 266.32º | 0.83% | 0.37% | - |
| HSV(B) | 266.32º | 0.91% | 0.67% | - |
| XYZ | 11.19 | 5.2 | 38.94 | - |
| YUV | 54 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 171 | 0.51 | 0.91 | 0 | 0.33 | 266.32 | 0.83 | 0.37 |
| Hex | 54 | 10 | AB | 33 | 5B | 0 | 21 | 10A | 53 | 25 |
| Octal | 124 | 20 | 253 | 63 | 133 | 0 | 41 | 412 | 123 | 45 |
| Binary | 1010100 | 10000 | 10101011 | 110011 | 1011011 | 0 | 100001 | 100001010 | 1010011 | 100101 |
Color Harmonies of #5410AB
Complementary color
Monochromatic Colors of #5410AB
Black with #5410AB
Text Example
Text Example
White with #5410AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5410AB; }
p { color: rgb(84,16,171); }
H1.HeaderClassName
{
color: #5410AB;
}
.AnyTagClassName
{
color: #5410AB;
}
</style>
background-color css
<style>
a { background-color: #5410AB; }
a { background-color: rgb(84,16,171); }
div.DivClassName
{
background-color: #5410AB;
}
.BgClassName
{
background-color: #5410AB;
}
</style>
border-color css
<style>
span { border-color: #5410AB; }
span { border-color: rgb(84,16,171); }
td.TdClassName
{
border-color: #5410AB;
}
.TagClassName
{
border-color: #5410AB;
}
</style>