Shades of Purple Heart #5416BC
Tints of Purple Heart #5416BC
RGB
CMYK
RGB Variations
Color information
#5416BC (or 0x5416BC) is known color: Purple Heart. HEX triplet: 54, 16 and BC. RGB value is (84,22,188). Sum of RGB (Red+Green+Blue) = 84+22+188=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5416BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5416BC is #ABE943. Grayscale: #3A3A3A. Windows color (decimal): -11266372 or 12326484. OLE color: 12326484.
HSL color Cylindrical-coordinate representation of color #5416BC: hue angle of 262.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5416BC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 22 | 188 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.26 |
| HSL | 262.41º | 0.79% | 0.41% | - |
| HSV(B) | 262.41º | 0.88% | 0.74% | - |
| XYZ | 13.02 | 6.09 | 48.07 | - |
| YUV | 59.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 188 | 0.55 | 0.88 | 0 | 0.26 | 262.41 | 0.79 | 0.41 |
| Hex | 54 | 16 | BC | 37 | 58 | 0 | 1A | 106 | 4F | 29 |
| Octal | 124 | 26 | 274 | 67 | 130 | 0 | 32 | 406 | 117 | 51 |
| Binary | 1010100 | 10110 | 10111100 | 110111 | 1011000 | 0 | 11010 | 100000110 | 1001111 | 101001 |
Color Harmonies of #5416BC
Complementary color
Monochromatic Colors of #5416BC
Black with #5416BC
Text Example
Text Example
White with #5416BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416BC; }
p { color: rgb(84,22,188); }
H1.HeaderClassName
{
color: #5416BC;
}
.AnyTagClassName
{
color: #5416BC;
}
</style>
background-color css
<style>
a { background-color: #5416BC; }
a { background-color: rgb(84,22,188); }
div.DivClassName
{
background-color: #5416BC;
}
.BgClassName
{
background-color: #5416BC;
}
</style>
border-color css
<style>
span { border-color: #5416BC; }
span { border-color: rgb(84,22,188); }
td.TdClassName
{
border-color: #5416BC;
}
.TagClassName
{
border-color: #5416BC;
}
</style>