Shades of Purple Heart #5916B8
Tints of Purple Heart #5916B8
RGB
CMYK
RGB Variations
Color information
#5916B8 (or 0x5916B8) is known color: Purple Heart. HEX triplet: 59, 16 and B8. RGB value is (89,22,184). Sum of RGB (Red+Green+Blue) = 89+22+184=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #5916B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5916B8 is #A6E947. Grayscale: #3B3B3B. Windows color (decimal): -10938696 or 12064345. OLE color: 12064345.
HSL color Cylindrical-coordinate representation of color #5916B8: hue angle of 264.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5916B8 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 22 | 184 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.28 |
| HSL | 264.81º | 0.79% | 0.4% | - |
| HSV(B) | 264.81º | 0.88% | 0.72% | - |
| XYZ | 13.06 | 6.16 | 45.85 | - |
| YUV | 60.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 184 | 0.52 | 0.88 | 0 | 0.28 | 264.81 | 0.79 | 0.4 |
| Hex | 59 | 16 | B8 | 34 | 58 | 0 | 1C | 109 | 4F | 28 |
| Octal | 131 | 26 | 270 | 64 | 130 | 0 | 34 | 411 | 117 | 50 |
| Binary | 1011001 | 10110 | 10111000 | 110100 | 1011000 | 0 | 11100 | 100001001 | 1001111 | 101000 |
Color Harmonies of #5916B8
Complementary color
Monochromatic Colors of #5916B8
Black with #5916B8
Text Example
Text Example
White with #5916B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916B8; }
p { color: rgb(89,22,184); }
H1.HeaderClassName
{
color: #5916B8;
}
.AnyTagClassName
{
color: #5916B8;
}
</style>
background-color css
<style>
a { background-color: #5916B8; }
a { background-color: rgb(89,22,184); }
div.DivClassName
{
background-color: #5916B8;
}
.BgClassName
{
background-color: #5916B8;
}
</style>
border-color css
<style>
span { border-color: #5916B8; }
span { border-color: rgb(89,22,184); }
td.TdClassName
{
border-color: #5916B8;
}
.TagClassName
{
border-color: #5916B8;
}
</style>