Shades of Purple Heart #5416B5
Tints of Purple Heart #5416B5
RGB
CMYK
RGB Variations
Color information
#5416B5 (or 0x5416B5) is known color: Purple Heart. HEX triplet: 54, 16 and B5. RGB value is (84,22,181). Sum of RGB (Red+Green+Blue) = 84+22+181=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #5416B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5416B5 is #ABE94A. Grayscale: #3A3A3A. Windows color (decimal): -11266379 or 11867732. OLE color: 11867732.
HSL color Cylindrical-coordinate representation of color #5416B5: hue angle of 263.4º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5416B5 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 22 | 181 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.29 |
| HSL | 263.4º | 0.78% | 0.4% | - |
| HSV(B) | 263.4º | 0.88% | 0.71% | - |
| XYZ | 12.28 | 5.79 | 44.19 | - |
| YUV | 58.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 181 | 0.54 | 0.88 | 0 | 0.29 | 263.4 | 0.78 | 0.4 |
| Hex | 54 | 16 | B5 | 36 | 58 | 0 | 1D | 107 | 4E | 28 |
| Octal | 124 | 26 | 265 | 66 | 130 | 0 | 35 | 407 | 116 | 50 |
| Binary | 1010100 | 10110 | 10110101 | 110110 | 1011000 | 0 | 11101 | 100000111 | 1001110 | 101000 |
Color Harmonies of #5416B5
Complementary color
Monochromatic Colors of #5416B5
Black with #5416B5
Text Example
Text Example
White with #5416B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416B5; }
p { color: rgb(84,22,181); }
H1.HeaderClassName
{
color: #5416B5;
}
.AnyTagClassName
{
color: #5416B5;
}
</style>
background-color css
<style>
a { background-color: #5416B5; }
a { background-color: rgb(84,22,181); }
div.DivClassName
{
background-color: #5416B5;
}
.BgClassName
{
background-color: #5416B5;
}
</style>
border-color css
<style>
span { border-color: #5416B5; }
span { border-color: rgb(84,22,181); }
td.TdClassName
{
border-color: #5416B5;
}
.TagClassName
{
border-color: #5416B5;
}
</style>