Shades of Purple Heart #5131AD
Tints of Purple Heart #5131AD
RGB
CMYK
RGB Variations
Color information
#5131AD (or 0x5131AD) is known color: Purple Heart. HEX triplet: 51, 31 and AD. RGB value is (81,49,173). Sum of RGB (Red+Green+Blue) = 81+49+173=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5131AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131AD is #AECE52. Grayscale: #484848. Windows color (decimal): -11456083 or 11350353. OLE color: 11350353.
HSL color Cylindrical-coordinate representation of color #5131AD: hue angle of 255.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5131AD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 49 | 173 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.32 |
| HSL | 255.48º | 0.56% | 0.44% | - |
| HSV(B) | 255.48º | 0.72% | 0.68% | - |
| XYZ | 12.03 | 6.96 | 40.24 | - |
| YUV | 72.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 173 | 0.53 | 0.72 | 0 | 0.32 | 255.48 | 0.56 | 0.44 |
| Hex | 51 | 31 | AD | 35 | 48 | 0 | 20 | FF | 38 | 2C |
| Octal | 121 | 61 | 255 | 65 | 110 | 0 | 40 | 377 | 70 | 54 |
| Binary | 1010001 | 110001 | 10101101 | 110101 | 1001000 | 0 | 100000 | 11111111 | 111000 | 101100 |
Color Harmonies of #5131AD
Complementary color
Monochromatic Colors of #5131AD
Black with #5131AD
Text Example
Text Example
White with #5131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131AD; }
p { color: rgb(81,49,173); }
H1.HeaderClassName
{
color: #5131AD;
}
.AnyTagClassName
{
color: #5131AD;
}
</style>
background-color css
<style>
a { background-color: #5131AD; }
a { background-color: rgb(81,49,173); }
div.DivClassName
{
background-color: #5131AD;
}
.BgClassName
{
background-color: #5131AD;
}
</style>
border-color css
<style>
span { border-color: #5131AD; }
span { border-color: rgb(81,49,173); }
td.TdClassName
{
border-color: #5131AD;
}
.TagClassName
{
border-color: #5131AD;
}
</style>