Shades of Purple Heart #5724AC
Tints of Purple Heart #5724AC
RGB
CMYK
RGB Variations
Color information
#5724AC (or 0x5724AC) is known color: Purple Heart. HEX triplet: 57, 24 and AC. RGB value is (87,36,172). Sum of RGB (Red+Green+Blue) = 87+36+172=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #5724AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5724AC is #A8DB53. Grayscale: #424242. Windows color (decimal): -11066196 or 11281495. OLE color: 11281495.
HSL color Cylindrical-coordinate representation of color #5724AC: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5724AC is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 36 | 172 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.33 |
| HSL | 262.5º | 0.65% | 0.41% | - |
| HSV(B) | 262.5º | 0.79% | 0.67% | - |
| XYZ | 12.01 | 6.27 | 39.61 | - |
| YUV | 66.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 172 | 0.49 | 0.79 | 0 | 0.33 | 262.5 | 0.65 | 0.41 |
| Hex | 57 | 24 | AC | 31 | 4F | 0 | 21 | 106 | 41 | 29 |
| Octal | 127 | 44 | 254 | 61 | 117 | 0 | 41 | 406 | 101 | 51 |
| Binary | 1010111 | 100100 | 10101100 | 110001 | 1001111 | 0 | 100001 | 100000110 | 1000001 | 101001 |
Color Harmonies of #5724AC
Complementary color
Monochromatic Colors of #5724AC
Black with #5724AC
Text Example
Text Example
White with #5724AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724AC; }
p { color: rgb(87,36,172); }
H1.HeaderClassName
{
color: #5724AC;
}
.AnyTagClassName
{
color: #5724AC;
}
</style>
background-color css
<style>
a { background-color: #5724AC; }
a { background-color: rgb(87,36,172); }
div.DivClassName
{
background-color: #5724AC;
}
.BgClassName
{
background-color: #5724AC;
}
</style>
border-color css
<style>
span { border-color: #5724AC; }
span { border-color: rgb(87,36,172); }
td.TdClassName
{
border-color: #5724AC;
}
.TagClassName
{
border-color: #5724AC;
}
</style>