Shades of Purple Heart #5B16D7
Tints of Purple Heart #5B16D7
RGB
CMYK
RGB Variations
Color information
#5B16D7 (or 0x5B16D7) is known color: Purple Heart. HEX triplet: 5B, 16 and D7. RGB value is (91,22,215). Sum of RGB (Red+Green+Blue) = 91+22+215=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B16D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B16D7 is #A4E928. Grayscale: #3F3F3F. Windows color (decimal): -10807593 or 14095963. OLE color: 14095963.
HSL color Cylindrical-coordinate representation of color #5B16D7: hue angle of 261.45º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B16D7 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 22 | 215 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.16 |
| HSL | 261.45º | 0.81% | 0.46% | - |
| HSV(B) | 261.45º | 0.9% | 0.84% | - |
| XYZ | 16.87 | 7.7 | 64.89 | - |
| YUV | 64.63 | 212.86 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 215 | 0.58 | 0.90 | 0 | 0.16 | 261.45 | 0.81 | 0.46 |
| Hex | 5B | 16 | D7 | 3A | 5A | 0 | 10 | 105 | 51 | 2E |
| Octal | 133 | 26 | 327 | 72 | 132 | 0 | 20 | 405 | 121 | 56 |
| Binary | 1011011 | 10110 | 11010111 | 111010 | 1011010 | 0 | 10000 | 100000101 | 1010001 | 101110 |
Color Harmonies of #5B16D7
Complementary color
Monochromatic Colors of #5B16D7
Black with #5B16D7
Text Example
Text Example
White with #5B16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B16D7; }
p { color: rgb(91,22,215); }
H1.HeaderClassName
{
color: #5B16D7;
}
.AnyTagClassName
{
color: #5B16D7;
}
</style>
background-color css
<style>
a { background-color: #5B16D7; }
a { background-color: rgb(91,22,215); }
div.DivClassName
{
background-color: #5B16D7;
}
.BgClassName
{
background-color: #5B16D7;
}
</style>
border-color css
<style>
span { border-color: #5B16D7; }
span { border-color: rgb(91,22,215); }
td.TdClassName
{
border-color: #5B16D7;
}
.TagClassName
{
border-color: #5B16D7;
}
</style>