Shades of Purple Heart #5728DB
Tints of Purple Heart #5728DB
RGB
CMYK
RGB Variations
Color information
#5728DB (or 0x5728DB) is known color: Purple Heart. HEX triplet: 57, 28 and DB. RGB value is (87,40,219). Sum of RGB (Red+Green+Blue) = 87+40+219=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #5728DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5728DB is #A8D724. Grayscale: #494949. Windows color (decimal): -11065125 or 14362711. OLE color: 14362711.
HSL color Cylindrical-coordinate representation of color #5728DB: hue angle of 255.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5728DB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 40 | 219 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.14 |
| HSL | 255.75º | 0.71% | 0.51% | - |
| HSV(B) | 255.75º | 0.82% | 0.86% | - |
| XYZ | 17.48 | 8.66 | 67.77 | - |
| YUV | 74.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 219 | 0.60 | 0.82 | 0 | 0.14 | 255.75 | 0.71 | 0.51 |
| Hex | 57 | 28 | DB | 3C | 52 | 0 | E | 100 | 47 | 33 |
| Octal | 127 | 50 | 333 | 74 | 122 | 0 | 16 | 400 | 107 | 63 |
| Binary | 1010111 | 101000 | 11011011 | 111100 | 1010010 | 0 | 1110 | 100000000 | 1000111 | 110011 |
Color Harmonies of #5728DB
Complementary color
Monochromatic Colors of #5728DB
Black with #5728DB
Text Example
Text Example
White with #5728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5728DB; }
p { color: rgb(87,40,219); }
H1.HeaderClassName
{
color: #5728DB;
}
.AnyTagClassName
{
color: #5728DB;
}
</style>
background-color css
<style>
a { background-color: #5728DB; }
a { background-color: rgb(87,40,219); }
div.DivClassName
{
background-color: #5728DB;
}
.BgClassName
{
background-color: #5728DB;
}
</style>
border-color css
<style>
span { border-color: #5728DB; }
span { border-color: rgb(87,40,219); }
td.TdClassName
{
border-color: #5728DB;
}
.TagClassName
{
border-color: #5728DB;
}
</style>