Shades of Purple Heart #5724B4
Tints of Purple Heart #5724B4
RGB
CMYK
RGB Variations
Color information
#5724B4 (or 0x5724B4) is known color: Purple Heart. HEX triplet: 57, 24 and B4. RGB value is (87,36,180). Sum of RGB (Red+Green+Blue) = 87+36+180=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #5724B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5724B4 is #A8DB4B. Grayscale: #434343. Windows color (decimal): -11066188 or 11805783. OLE color: 11805783.
HSL color Cylindrical-coordinate representation of color #5724B4: hue angle of 261.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5724B4 is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 36 | 180 | - |
| CMYK | 0.52 | 0.8 | 0 | 0.29 |
| HSL | 261.25º | 0.67% | 0.42% | - |
| HSV(B) | 261.25º | 0.8% | 0.71% | - |
| XYZ | 12.8 | 6.58 | 43.78 | - |
| YUV | 67.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 180 | 0.52 | 0.8 | 0 | 0.29 | 261.25 | 0.67 | 0.42 |
| Hex | 57 | 24 | B4 | 34 | 50 | 0 | 1D | 105 | 43 | 2A |
| Octal | 127 | 44 | 264 | 64 | 120 | 0 | 35 | 405 | 103 | 52 |
| Binary | 1010111 | 100100 | 10110100 | 110100 | 1010000 | 0 | 11101 | 100000101 | 1000011 | 101010 |
Color Harmonies of #5724B4
Complementary color
Monochromatic Colors of #5724B4
Black with #5724B4
Text Example
Text Example
White with #5724B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724B4; }
p { color: rgb(87,36,180); }
H1.HeaderClassName
{
color: #5724B4;
}
.AnyTagClassName
{
color: #5724B4;
}
</style>
background-color css
<style>
a { background-color: #5724B4; }
a { background-color: rgb(87,36,180); }
div.DivClassName
{
background-color: #5724B4;
}
.BgClassName
{
background-color: #5724B4;
}
</style>
border-color css
<style>
span { border-color: #5724B4; }
span { border-color: rgb(87,36,180); }
td.TdClassName
{
border-color: #5724B4;
}
.TagClassName
{
border-color: #5724B4;
}
</style>