Shades of Purple Heart #5437AF
Tints of Purple Heart #5437AF
RGB
CMYK
RGB Variations
Color information
#5437AF (or 0x5437AF) is known color: Purple Heart. HEX triplet: 54, 37 and AF. RGB value is (84,55,175). Sum of RGB (Red+Green+Blue) = 84+55+175=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #5437AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5437AF is #ABC850. Grayscale: #4C4C4C. Windows color (decimal): -11257937 or 11482964. OLE color: 11482964.
HSL color Cylindrical-coordinate representation of color #5437AF: hue angle of 254.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5437AF is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 55 | 175 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.31 |
| HSL | 254.5º | 0.52% | 0.45% | - |
| HSV(B) | 254.5º | 0.69% | 0.69% | - |
| XYZ | 12.76 | 7.71 | 41.37 | - |
| YUV | 77.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 175 | 0.52 | 0.69 | 0 | 0.31 | 254.5 | 0.52 | 0.45 |
| Hex | 54 | 37 | AF | 34 | 45 | 0 | 1F | FE | 34 | 2D |
| Octal | 124 | 67 | 257 | 64 | 105 | 0 | 37 | 376 | 64 | 55 |
| Binary | 1010100 | 110111 | 10101111 | 110100 | 1000101 | 0 | 11111 | 11111110 | 110100 | 101101 |
Color Harmonies of #5437AF
Complementary color
Monochromatic Colors of #5437AF
Black with #5437AF
Text Example
Text Example
White with #5437AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437AF; }
p { color: rgb(84,55,175); }
H1.HeaderClassName
{
color: #5437AF;
}
.AnyTagClassName
{
color: #5437AF;
}
</style>
background-color css
<style>
a { background-color: #5437AF; }
a { background-color: rgb(84,55,175); }
div.DivClassName
{
background-color: #5437AF;
}
.BgClassName
{
background-color: #5437AF;
}
</style>
border-color css
<style>
span { border-color: #5437AF; }
span { border-color: rgb(84,55,175); }
td.TdClassName
{
border-color: #5437AF;
}
.TagClassName
{
border-color: #5437AF;
}
</style>