Shades of Purple Heart #5928B7
Tints of Purple Heart #5928B7
RGB
CMYK
RGB Variations
Color information
#5928B7 (or 0x5928B7) is known color: Purple Heart. HEX triplet: 59, 28 and B7. RGB value is (89,40,183). Sum of RGB (Red+Green+Blue) = 89+40+183=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #5928B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5928B7 is #A6D748. Grayscale: #464646. Windows color (decimal): -10934089 or 12003417. OLE color: 12003417.
HSL color Cylindrical-coordinate representation of color #5928B7: hue angle of 260.56º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5928B7 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 40 | 183 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.28 |
| HSL | 260.56º | 0.64% | 0.44% | - |
| HSV(B) | 260.56º | 0.78% | 0.72% | - |
| XYZ | 13.43 | 7.06 | 45.45 | - |
| YUV | 70.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 183 | 0.51 | 0.78 | 0 | 0.28 | 260.56 | 0.64 | 0.44 |
| Hex | 59 | 28 | B7 | 33 | 4E | 0 | 1C | 105 | 40 | 2C |
| Octal | 131 | 50 | 267 | 63 | 116 | 0 | 34 | 405 | 100 | 54 |
| Binary | 1011001 | 101000 | 10110111 | 110011 | 1001110 | 0 | 11100 | 100000101 | 1000000 | 101100 |
Color Harmonies of #5928B7
Complementary color
Monochromatic Colors of #5928B7
Black with #5928B7
Text Example
Text Example
White with #5928B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928B7; }
p { color: rgb(89,40,183); }
H1.HeaderClassName
{
color: #5928B7;
}
.AnyTagClassName
{
color: #5928B7;
}
</style>
background-color css
<style>
a { background-color: #5928B7; }
a { background-color: rgb(89,40,183); }
div.DivClassName
{
background-color: #5928B7;
}
.BgClassName
{
background-color: #5928B7;
}
</style>
border-color css
<style>
span { border-color: #5928B7; }
span { border-color: rgb(89,40,183); }
td.TdClassName
{
border-color: #5928B7;
}
.TagClassName
{
border-color: #5928B7;
}
</style>