Shades of Purple Heart #5734AD
Tints of Purple Heart #5734AD
RGB
CMYK
RGB Variations
Color information
#5734AD (or 0x5734AD) is known color: Purple Heart. HEX triplet: 57, 34 and AD. RGB value is (87,52,173). Sum of RGB (Red+Green+Blue) = 87+52+173=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5734AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5734AD is #A8CB52. Grayscale: #4B4B4B. Windows color (decimal): -11062099 or 11351127. OLE color: 11351127.
HSL color Cylindrical-coordinate representation of color #5734AD: hue angle of 257.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5734AD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 52 | 173 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.32 |
| HSL | 257.36º | 0.54% | 0.44% | - |
| HSV(B) | 257.36º | 0.7% | 0.68% | - |
| XYZ | 12.7 | 7.5 | 40.31 | - |
| YUV | 76.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 173 | 0.50 | 0.70 | 0 | 0.32 | 257.36 | 0.54 | 0.44 |
| Hex | 57 | 34 | AD | 32 | 46 | 0 | 20 | 101 | 36 | 2C |
| Octal | 127 | 64 | 255 | 62 | 106 | 0 | 40 | 401 | 66 | 54 |
| Binary | 1010111 | 110100 | 10101101 | 110010 | 1000110 | 0 | 100000 | 100000001 | 110110 | 101100 |
Color Harmonies of #5734AD
Complementary color
Monochromatic Colors of #5734AD
Black with #5734AD
Text Example
Text Example
White with #5734AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5734AD; }
p { color: rgb(87,52,173); }
H1.HeaderClassName
{
color: #5734AD;
}
.AnyTagClassName
{
color: #5734AD;
}
</style>
background-color css
<style>
a { background-color: #5734AD; }
a { background-color: rgb(87,52,173); }
div.DivClassName
{
background-color: #5734AD;
}
.BgClassName
{
background-color: #5734AD;
}
</style>
border-color css
<style>
span { border-color: #5734AD; }
span { border-color: rgb(87,52,173); }
td.TdClassName
{
border-color: #5734AD;
}
.TagClassName
{
border-color: #5734AD;
}
</style>