Shades of Purple Heart #5437AD
Tints of Purple Heart #5437AD
RGB
CMYK
RGB Variations
Color information
#5437AD (or 0x5437AD) is known color: Purple Heart. HEX triplet: 54, 37 and AD. RGB value is (84,55,173). Sum of RGB (Red+Green+Blue) = 84+55+173=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 55 (21.88% from 255 or 17.63% 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 #5437AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5437AD is #ABC852. Grayscale: #4C4C4C. Windows color (decimal): -11257939 or 11351892. OLE color: 11351892.
HSL color Cylindrical-coordinate representation of color #5437AD: hue angle of 254.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5437AD is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 55 | 173 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.32 |
| HSL | 254.75º | 0.52% | 0.45% | - |
| HSV(B) | 254.75º | 0.68% | 0.68% | - |
| XYZ | 12.57 | 7.63 | 40.35 | - |
| YUV | 77.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 173 | 0.51 | 0.68 | 0 | 0.32 | 254.75 | 0.52 | 0.45 |
| Hex | 54 | 37 | AD | 33 | 44 | 0 | 20 | FF | 34 | 2D |
| Octal | 124 | 67 | 255 | 63 | 104 | 0 | 40 | 377 | 64 | 55 |
| Binary | 1010100 | 110111 | 10101101 | 110011 | 1000100 | 0 | 100000 | 11111111 | 110100 | 101101 |
Color Harmonies of #5437AD
Complementary color
Monochromatic Colors of #5437AD
Black with #5437AD
Text Example
Text Example
White with #5437AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437AD; }
p { color: rgb(84,55,173); }
H1.HeaderClassName
{
color: #5437AD;
}
.AnyTagClassName
{
color: #5437AD;
}
</style>
background-color css
<style>
a { background-color: #5437AD; }
a { background-color: rgb(84,55,173); }
div.DivClassName
{
background-color: #5437AD;
}
.BgClassName
{
background-color: #5437AD;
}
</style>
border-color css
<style>
span { border-color: #5437AD; }
span { border-color: rgb(84,55,173); }
td.TdClassName
{
border-color: #5437AD;
}
.TagClassName
{
border-color: #5437AD;
}
</style>