Shades of Purple Heart #5728BA
Tints of Purple Heart #5728BA
RGB
CMYK
RGB Variations
Color information
#5728BA (or 0x5728BA) is known color: Purple Heart. HEX triplet: 57, 28 and BA. RGB value is (87,40,186). Sum of RGB (Red+Green+Blue) = 87+40+186=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #5728BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5728BA is #A8D745. Grayscale: #464646. Windows color (decimal): -11065158 or 12200023. OLE color: 12200023.
HSL color Cylindrical-coordinate representation of color #5728BA: hue angle of 259.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5728BA is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 40 | 186 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.27 |
| HSL | 259.32º | 0.65% | 0.44% | - |
| HSV(B) | 259.32º | 0.78% | 0.73% | - |
| XYZ | 13.55 | 7.09 | 47.11 | - |
| YUV | 70.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 186 | 0.53 | 0.78 | 0 | 0.27 | 259.32 | 0.65 | 0.44 |
| Hex | 57 | 28 | BA | 35 | 4E | 0 | 1B | 103 | 41 | 2C |
| Octal | 127 | 50 | 272 | 65 | 116 | 0 | 33 | 403 | 101 | 54 |
| Binary | 1010111 | 101000 | 10111010 | 110101 | 1001110 | 0 | 11011 | 100000011 | 1000001 | 101100 |
Color Harmonies of #5728BA
Complementary color
Monochromatic Colors of #5728BA
Black with #5728BA
Text Example
Text Example
White with #5728BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728BA; }
p { color: rgb(87,40,186); }
H1.HeaderClassName
{
color: #5728BA;
}
.AnyTagClassName
{
color: #5728BA;
}
</style>
background-color css
<style>
a { background-color: #5728BA; }
a { background-color: rgb(87,40,186); }
div.DivClassName
{
background-color: #5728BA;
}
.BgClassName
{
background-color: #5728BA;
}
</style>
border-color css
<style>
span { border-color: #5728BA; }
span { border-color: rgb(87,40,186); }
td.TdClassName
{
border-color: #5728BA;
}
.TagClassName
{
border-color: #5728BA;
}
</style>