Shades of Purple Heart #5727AD
Tints of Purple Heart #5727AD
RGB
CMYK
RGB Variations
Color information
#5727AD (or 0x5727AD) is known color: Purple Heart. HEX triplet: 57, 27 and AD. RGB value is (87,39,173). Sum of RGB (Red+Green+Blue) = 87+39+173=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #5727AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5727AD is #A8D852. Grayscale: #444444. Windows color (decimal): -11065427 or 11347799. OLE color: 11347799.
HSL color Cylindrical-coordinate representation of color #5727AD: hue angle of 261.49º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5727AD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 39 | 173 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.32 |
| HSL | 261.49º | 0.63% | 0.42% | - |
| HSV(B) | 261.49º | 0.77% | 0.68% | - |
| XYZ | 12.2 | 6.49 | 40.15 | - |
| YUV | 68.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 173 | 0.50 | 0.77 | 0 | 0.32 | 261.49 | 0.63 | 0.42 |
| Hex | 57 | 27 | AD | 32 | 4D | 0 | 20 | 105 | 3F | 2A |
| Octal | 127 | 47 | 255 | 62 | 115 | 0 | 40 | 405 | 77 | 52 |
| Binary | 1010111 | 100111 | 10101101 | 110010 | 1001101 | 0 | 100000 | 100000101 | 111111 | 101010 |
Color Harmonies of #5727AD
Complementary color
Monochromatic Colors of #5727AD
Black with #5727AD
Text Example
Text Example
White with #5727AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5727AD; }
p { color: rgb(87,39,173); }
H1.HeaderClassName
{
color: #5727AD;
}
.AnyTagClassName
{
color: #5727AD;
}
</style>
background-color css
<style>
a { background-color: #5727AD; }
a { background-color: rgb(87,39,173); }
div.DivClassName
{
background-color: #5727AD;
}
.BgClassName
{
background-color: #5727AD;
}
</style>
border-color css
<style>
span { border-color: #5727AD; }
span { border-color: rgb(87,39,173); }
td.TdClassName
{
border-color: #5727AD;
}
.TagClassName
{
border-color: #5727AD;
}
</style>