Shades of Purple Heart #5728B6
Tints of Purple Heart #5728B6
RGB
CMYK
RGB Variations
Color information
#5728B6 (or 0x5728B6) is known color: Purple Heart. HEX triplet: 57, 28 and B6. RGB value is (87,40,182). Sum of RGB (Red+Green+Blue) = 87+40+182=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #5728B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5728B6 is #A8D749. Grayscale: #454545. Windows color (decimal): -11065162 or 11937879. OLE color: 11937879.
HSL color Cylindrical-coordinate representation of color #5728B6: hue angle of 259.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5728B6 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 40 | 182 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.29 |
| HSL | 259.86º | 0.64% | 0.44% | - |
| HSV(B) | 259.86º | 0.78% | 0.71% | - |
| XYZ | 13.13 | 6.92 | 44.9 | - |
| YUV | 70.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 182 | 0.52 | 0.78 | 0 | 0.29 | 259.86 | 0.64 | 0.44 |
| Hex | 57 | 28 | B6 | 34 | 4E | 0 | 1D | 104 | 40 | 2C |
| Octal | 127 | 50 | 266 | 64 | 116 | 0 | 35 | 404 | 100 | 54 |
| Binary | 1010111 | 101000 | 10110110 | 110100 | 1001110 | 0 | 11101 | 100000100 | 1000000 | 101100 |
Color Harmonies of #5728B6
Complementary color
Monochromatic Colors of #5728B6
Black with #5728B6
Text Example
Text Example
White with #5728B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728B6; }
p { color: rgb(87,40,182); }
H1.HeaderClassName
{
color: #5728B6;
}
.AnyTagClassName
{
color: #5728B6;
}
</style>
background-color css
<style>
a { background-color: #5728B6; }
a { background-color: rgb(87,40,182); }
div.DivClassName
{
background-color: #5728B6;
}
.BgClassName
{
background-color: #5728B6;
}
</style>
border-color css
<style>
span { border-color: #5728B6; }
span { border-color: rgb(87,40,182); }
td.TdClassName
{
border-color: #5728B6;
}
.TagClassName
{
border-color: #5728B6;
}
</style>