Shades of Purple Heart #5724A7
Tints of Purple Heart #5724A7
RGB
CMYK
RGB Variations
Color information
#5724A7 (or 0x5724A7) is known color: Purple Heart. HEX triplet: 57, 24 and A7. RGB value is (87,36,167). Sum of RGB (Red+Green+Blue) = 87+36+167=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #5724A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5724A7 is #A8DB58. Grayscale: #414141. Windows color (decimal): -11066201 or 10953815. OLE color: 10953815.
HSL color Cylindrical-coordinate representation of color #5724A7: hue angle of 263.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5724A7 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 36 | 167 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.35 |
| HSL | 263.36º | 0.65% | 0.4% | - |
| HSV(B) | 263.36º | 0.78% | 0.65% | - |
| XYZ | 11.54 | 6.08 | 37.12 | - |
| YUV | 66.18 | 184.9 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 167 | 0.48 | 0.78 | 0 | 0.35 | 263.36 | 0.65 | 0.4 |
| Hex | 57 | 24 | A7 | 30 | 4E | 0 | 23 | 107 | 41 | 28 |
| Octal | 127 | 44 | 247 | 60 | 116 | 0 | 43 | 407 | 101 | 50 |
| Binary | 1010111 | 100100 | 10100111 | 110000 | 1001110 | 0 | 100011 | 100000111 | 1000001 | 101000 |
Color Harmonies of #5724A7
Complementary color
Monochromatic Colors of #5724A7
Black with #5724A7
Text Example
Text Example
White with #5724A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724A7; }
p { color: rgb(87,36,167); }
H1.HeaderClassName
{
color: #5724A7;
}
.AnyTagClassName
{
color: #5724A7;
}
</style>
background-color css
<style>
a { background-color: #5724A7; }
a { background-color: rgb(87,36,167); }
div.DivClassName
{
background-color: #5724A7;
}
.BgClassName
{
background-color: #5724A7;
}
</style>
border-color css
<style>
span { border-color: #5724A7; }
span { border-color: rgb(87,36,167); }
td.TdClassName
{
border-color: #5724A7;
}
.TagClassName
{
border-color: #5724A7;
}
</style>