Shades of Purple Heart #5928AF
Tints of Purple Heart #5928AF
RGB
CMYK
RGB Variations
Color information
#5928AF (or 0x5928AF) is known color: Purple Heart. HEX triplet: 59, 28 and AF. RGB value is (89,40,175). Sum of RGB (Red+Green+Blue) = 89+40+175=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #5928AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5928AF is #A6D750. Grayscale: #454545. Windows color (decimal): -10934097 or 11479129. OLE color: 11479129.
HSL color Cylindrical-coordinate representation of color #5928AF: hue angle of 261.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5928AF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 40 | 175 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.31 |
| HSL | 261.78º | 0.63% | 0.42% | - |
| HSV(B) | 261.78º | 0.77% | 0.69% | - |
| XYZ | 12.62 | 6.74 | 41.19 | - |
| YUV | 70.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 175 | 0.49 | 0.77 | 0 | 0.31 | 261.78 | 0.63 | 0.42 |
| Hex | 59 | 28 | AF | 31 | 4D | 0 | 1F | 106 | 3F | 2A |
| Octal | 131 | 50 | 257 | 61 | 115 | 0 | 37 | 406 | 77 | 52 |
| Binary | 1011001 | 101000 | 10101111 | 110001 | 1001101 | 0 | 11111 | 100000110 | 111111 | 101010 |
Color Harmonies of #5928AF
Complementary color
Monochromatic Colors of #5928AF
Black with #5928AF
Text Example
Text Example
White with #5928AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928AF; }
p { color: rgb(89,40,175); }
H1.HeaderClassName
{
color: #5928AF;
}
.AnyTagClassName
{
color: #5928AF;
}
</style>
background-color css
<style>
a { background-color: #5928AF; }
a { background-color: rgb(89,40,175); }
div.DivClassName
{
background-color: #5928AF;
}
.BgClassName
{
background-color: #5928AF;
}
</style>
border-color css
<style>
span { border-color: #5928AF; }
span { border-color: rgb(89,40,175); }
td.TdClassName
{
border-color: #5928AF;
}
.TagClassName
{
border-color: #5928AF;
}
</style>