Shades of Purple Heart #5728AC
Tints of Purple Heart #5728AC
RGB
CMYK
RGB Variations
Color information
#5728AC (or 0x5728AC) is known color: Purple Heart. HEX triplet: 57, 28 and AC. RGB value is (87,40,172). Sum of RGB (Red+Green+Blue) = 87+40+172=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #5728AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5728AC is #A8D753. Grayscale: #444444. Windows color (decimal): -11065172 or 11282519. OLE color: 11282519.
HSL color Cylindrical-coordinate representation of color #5728AC: hue angle of 261.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5728AC is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 40 | 172 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.33 |
| HSL | 261.36º | 0.62% | 0.42% | - |
| HSV(B) | 261.36º | 0.77% | 0.67% | - |
| XYZ | 12.14 | 6.52 | 39.65 | - |
| YUV | 69.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 172 | 0.49 | 0.77 | 0 | 0.33 | 261.36 | 0.62 | 0.42 |
| Hex | 57 | 28 | AC | 31 | 4D | 0 | 21 | 105 | 3E | 2A |
| Octal | 127 | 50 | 254 | 61 | 115 | 0 | 41 | 405 | 76 | 52 |
| Binary | 1010111 | 101000 | 10101100 | 110001 | 1001101 | 0 | 100001 | 100000101 | 111110 | 101010 |
Color Harmonies of #5728AC
Complementary color
Monochromatic Colors of #5728AC
Black with #5728AC
Text Example
Text Example
White with #5728AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728AC; }
p { color: rgb(87,40,172); }
H1.HeaderClassName
{
color: #5728AC;
}
.AnyTagClassName
{
color: #5728AC;
}
</style>
background-color css
<style>
a { background-color: #5728AC; }
a { background-color: rgb(87,40,172); }
div.DivClassName
{
background-color: #5728AC;
}
.BgClassName
{
background-color: #5728AC;
}
</style>
border-color css
<style>
span { border-color: #5728AC; }
span { border-color: rgb(87,40,172); }
td.TdClassName
{
border-color: #5728AC;
}
.TagClassName
{
border-color: #5728AC;
}
</style>