Shades of Purple Heart #5928B8
Tints of Purple Heart #5928B8
RGB
CMYK
RGB Variations
Color information
#5928B8 (or 0x5928B8) is known color: Purple Heart. HEX triplet: 59, 28 and B8. RGB value is (89,40,184). Sum of RGB (Red+Green+Blue) = 89+40+184=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #5928B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5928B8 is #A6D747. Grayscale: #464646. Windows color (decimal): -10934088 or 12068953. OLE color: 12068953.
HSL color Cylindrical-coordinate representation of color #5928B8: hue angle of 260.42º 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 #5928B8 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 40 | 184 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.28 |
| HSL | 260.42º | 0.64% | 0.44% | - |
| HSV(B) | 260.42º | 0.78% | 0.72% | - |
| XYZ | 13.53 | 7.1 | 46.01 | - |
| YUV | 71.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 184 | 0.52 | 0.78 | 0 | 0.28 | 260.42 | 0.64 | 0.44 |
| Hex | 59 | 28 | B8 | 34 | 4E | 0 | 1C | 104 | 40 | 2C |
| Octal | 131 | 50 | 270 | 64 | 116 | 0 | 34 | 404 | 100 | 54 |
| Binary | 1011001 | 101000 | 10111000 | 110100 | 1001110 | 0 | 11100 | 100000100 | 1000000 | 101100 |
Color Harmonies of #5928B8
Complementary color
Monochromatic Colors of #5928B8
Black with #5928B8
Text Example
Text Example
White with #5928B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928B8; }
p { color: rgb(89,40,184); }
H1.HeaderClassName
{
color: #5928B8;
}
.AnyTagClassName
{
color: #5928B8;
}
</style>
background-color css
<style>
a { background-color: #5928B8; }
a { background-color: rgb(89,40,184); }
div.DivClassName
{
background-color: #5928B8;
}
.BgClassName
{
background-color: #5928B8;
}
</style>
border-color css
<style>
span { border-color: #5928B8; }
span { border-color: rgb(89,40,184); }
td.TdClassName
{
border-color: #5928B8;
}
.TagClassName
{
border-color: #5928B8;
}
</style>