Shades of Purple Heart #5728AD
Tints of Purple Heart #5728AD
RGB
CMYK
RGB Variations
Color information
#5728AD (or 0x5728AD) is known color: Purple Heart. HEX triplet: 57, 28 and AD. RGB value is (87,40,173). Sum of RGB (Red+Green+Blue) = 87+40+173=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #5728AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5728AD is #A8D752. Grayscale: #444444. Windows color (decimal): -11065171 or 11348055. OLE color: 11348055.
HSL color Cylindrical-coordinate representation of color #5728AD: hue angle of 261.2º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5728AD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 40 | 173 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.32 |
| HSL | 261.2º | 0.62% | 0.42% | - |
| HSV(B) | 261.2º | 0.77% | 0.68% | - |
| XYZ | 12.23 | 6.56 | 40.16 | - |
| YUV | 69.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 173 | 0.50 | 0.77 | 0 | 0.32 | 261.2 | 0.62 | 0.42 |
| Hex | 57 | 28 | AD | 32 | 4D | 0 | 20 | 105 | 3E | 2A |
| Octal | 127 | 50 | 255 | 62 | 115 | 0 | 40 | 405 | 76 | 52 |
| Binary | 1010111 | 101000 | 10101101 | 110010 | 1001101 | 0 | 100000 | 100000101 | 111110 | 101010 |
Color Harmonies of #5728AD
Complementary color
Monochromatic Colors of #5728AD
Black with #5728AD
Text Example
Text Example
White with #5728AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728AD; }
p { color: rgb(87,40,173); }
H1.HeaderClassName
{
color: #5728AD;
}
.AnyTagClassName
{
color: #5728AD;
}
</style>
background-color css
<style>
a { background-color: #5728AD; }
a { background-color: rgb(87,40,173); }
div.DivClassName
{
background-color: #5728AD;
}
.BgClassName
{
background-color: #5728AD;
}
</style>
border-color css
<style>
span { border-color: #5728AD; }
span { border-color: rgb(87,40,173); }
td.TdClassName
{
border-color: #5728AD;
}
.TagClassName
{
border-color: #5728AD;
}
</style>