Shades of Purple Heart #5037AF
Tints of Purple Heart #5037AF
RGB
CMYK
RGB Variations
Color information
#5037AF (or 0x5037AF) is known color: Purple Heart. HEX triplet: 50, 37 and AF. RGB value is (80,55,175). Sum of RGB (Red+Green+Blue) = 80+55+175=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #5037AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5037AF is #AFC850. Grayscale: #4B4B4B. Windows color (decimal): -11520081 or 11482960. OLE color: 11482960.
HSL color Cylindrical-coordinate representation of color #5037AF: hue angle of 252.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 #5037AF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 55 | 175 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.31 |
| HSL | 252.5º | 0.52% | 0.45% | - |
| HSV(B) | 252.5º | 0.69% | 0.69% | - |
| XYZ | 12.41 | 7.53 | 41.36 | - |
| YUV | 76.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 175 | 0.54 | 0.69 | 0 | 0.31 | 252.5 | 0.52 | 0.45 |
| Hex | 50 | 37 | AF | 36 | 45 | 0 | 1F | FD | 34 | 2D |
| Octal | 120 | 67 | 257 | 66 | 105 | 0 | 37 | 375 | 64 | 55 |
| Binary | 1010000 | 110111 | 10101111 | 110110 | 1000101 | 0 | 11111 | 11111101 | 110100 | 101101 |
Color Harmonies of #5037AF
Complementary color
Monochromatic Colors of #5037AF
Black with #5037AF
Text Example
Text Example
White with #5037AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037AF; }
p { color: rgb(80,55,175); }
H1.HeaderClassName
{
color: #5037AF;
}
.AnyTagClassName
{
color: #5037AF;
}
</style>
background-color css
<style>
a { background-color: #5037AF; }
a { background-color: rgb(80,55,175); }
div.DivClassName
{
background-color: #5037AF;
}
.BgClassName
{
background-color: #5037AF;
}
</style>
border-color css
<style>
span { border-color: #5037AF; }
span { border-color: rgb(80,55,175); }
td.TdClassName
{
border-color: #5037AF;
}
.TagClassName
{
border-color: #5037AF;
}
</style>