Shades of Purple Heart #5721AC
Tints of Purple Heart #5721AC
RGB
CMYK
RGB Variations
Color information
#5721AC (or 0x5721AC) is known color: Purple Heart. HEX triplet: 57, 21 and AC. RGB value is (87,33,172). Sum of RGB (Red+Green+Blue) = 87+33+172=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5721AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5721AC is #A8DE53. Grayscale: #404040. Windows color (decimal): -11066964 or 11280727. OLE color: 11280727.
HSL color Cylindrical-coordinate representation of color #5721AC: hue angle of 263.31º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5721AC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 33 | 172 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.33 |
| HSL | 263.31º | 0.68% | 0.4% | - |
| HSV(B) | 263.31º | 0.81% | 0.67% | - |
| XYZ | 11.92 | 6.09 | 39.58 | - |
| YUV | 64.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 172 | 0.49 | 0.81 | 0 | 0.33 | 263.31 | 0.68 | 0.4 |
| Hex | 57 | 21 | AC | 31 | 51 | 0 | 21 | 107 | 44 | 28 |
| Octal | 127 | 41 | 254 | 61 | 121 | 0 | 41 | 407 | 104 | 50 |
| Binary | 1010111 | 100001 | 10101100 | 110001 | 1010001 | 0 | 100001 | 100000111 | 1000100 | 101000 |
Color Harmonies of #5721AC
Complementary color
Monochromatic Colors of #5721AC
Black with #5721AC
Text Example
Text Example
White with #5721AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721AC; }
p { color: rgb(87,33,172); }
H1.HeaderClassName
{
color: #5721AC;
}
.AnyTagClassName
{
color: #5721AC;
}
</style>
background-color css
<style>
a { background-color: #5721AC; }
a { background-color: rgb(87,33,172); }
div.DivClassName
{
background-color: #5721AC;
}
.BgClassName
{
background-color: #5721AC;
}
</style>
border-color css
<style>
span { border-color: #5721AC; }
span { border-color: rgb(87,33,172); }
td.TdClassName
{
border-color: #5721AC;
}
.TagClassName
{
border-color: #5721AC;
}
</style>