Shades of Purple Heart #5721BD
Tints of Purple Heart #5721BD
RGB
CMYK
RGB Variations
Color information
#5721BD (or 0x5721BD) is known color: Purple Heart. HEX triplet: 57, 21 and BD. RGB value is (87,33,189). Sum of RGB (Red+Green+Blue) = 87+33+189=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #5721BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721BD is #A8DE42. Grayscale: #424242. Windows color (decimal): -11066947 or 12394839. OLE color: 12394839.
HSL color Cylindrical-coordinate representation of color #5721BD: hue angle of 260.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5721BD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 33 | 189 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.26 |
| HSL | 260.77º | 0.7% | 0.44% | - |
| HSV(B) | 260.77º | 0.83% | 0.74% | - |
| XYZ | 13.66 | 6.79 | 48.73 | - |
| YUV | 66.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 189 | 0.54 | 0.83 | 0 | 0.26 | 260.77 | 0.7 | 0.44 |
| Hex | 57 | 21 | BD | 36 | 53 | 0 | 1A | 105 | 46 | 2C |
| Octal | 127 | 41 | 275 | 66 | 123 | 0 | 32 | 405 | 106 | 54 |
| Binary | 1010111 | 100001 | 10111101 | 110110 | 1010011 | 0 | 11010 | 100000101 | 1000110 | 101100 |
Color Harmonies of #5721BD
Complementary color
Monochromatic Colors of #5721BD
Black with #5721BD
Text Example
Text Example
White with #5721BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721BD; }
p { color: rgb(87,33,189); }
H1.HeaderClassName
{
color: #5721BD;
}
.AnyTagClassName
{
color: #5721BD;
}
</style>
background-color css
<style>
a { background-color: #5721BD; }
a { background-color: rgb(87,33,189); }
div.DivClassName
{
background-color: #5721BD;
}
.BgClassName
{
background-color: #5721BD;
}
</style>
border-color css
<style>
span { border-color: #5721BD; }
span { border-color: rgb(87,33,189); }
td.TdClassName
{
border-color: #5721BD;
}
.TagClassName
{
border-color: #5721BD;
}
</style>