Shades of Purple Heart #5131AB
Tints of Purple Heart #5131AB
RGB
CMYK
RGB Variations
Color information
#5131AB (or 0x5131AB) is known color: Purple Heart. HEX triplet: 51, 31 and AB. RGB value is (81,49,171). Sum of RGB (Red+Green+Blue) = 81+49+171=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5131AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131AB is #AECE54. Grayscale: #484848. Windows color (decimal): -11456085 or 11219281. OLE color: 11219281.
HSL color Cylindrical-coordinate representation of color #5131AB: hue angle of 255.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5131AB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 49 | 171 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.33 |
| HSL | 255.74º | 0.55% | 0.43% | - |
| HSV(B) | 255.74º | 0.71% | 0.67% | - |
| XYZ | 11.84 | 6.89 | 39.23 | - |
| YUV | 72.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 171 | 0.53 | 0.71 | 0 | 0.33 | 255.74 | 0.55 | 0.43 |
| Hex | 51 | 31 | AB | 35 | 47 | 0 | 21 | 100 | 37 | 2B |
| Octal | 121 | 61 | 253 | 65 | 107 | 0 | 41 | 400 | 67 | 53 |
| Binary | 1010001 | 110001 | 10101011 | 110101 | 1000111 | 0 | 100001 | 100000000 | 110111 | 101011 |
Color Harmonies of #5131AB
Complementary color
Monochromatic Colors of #5131AB
Black with #5131AB
Text Example
Text Example
White with #5131AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131AB; }
p { color: rgb(81,49,171); }
H1.HeaderClassName
{
color: #5131AB;
}
.AnyTagClassName
{
color: #5131AB;
}
</style>
background-color css
<style>
a { background-color: #5131AB; }
a { background-color: rgb(81,49,171); }
div.DivClassName
{
background-color: #5131AB;
}
.BgClassName
{
background-color: #5131AB;
}
</style>
border-color css
<style>
span { border-color: #5131AB; }
span { border-color: rgb(81,49,171); }
td.TdClassName
{
border-color: #5131AB;
}
.TagClassName
{
border-color: #5131AB;
}
</style>