Shades of Purple Heart #5137BD
Tints of Purple Heart #5137BD
RGB
CMYK
RGB Variations
Color information
#5137BD (or 0x5137BD) is known color: Purple Heart. HEX triplet: 51, 37 and BD. RGB value is (81,55,189). Sum of RGB (Red+Green+Blue) = 81+55+189=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5137BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137BD is #AEC842. Grayscale: #4D4D4D. Windows color (decimal): -11454531 or 12400465. OLE color: 12400465.
HSL color Cylindrical-coordinate representation of color #5137BD: hue angle of 251.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5137BD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 55 | 189 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.26 |
| HSL | 251.64º | 0.55% | 0.48% | - |
| HSV(B) | 251.64º | 0.71% | 0.74% | - |
| XYZ | 13.94 | 8.16 | 48.98 | - |
| YUV | 78.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 189 | 0.57 | 0.71 | 0 | 0.26 | 251.64 | 0.55 | 0.48 |
| Hex | 51 | 37 | BD | 39 | 47 | 0 | 1A | FC | 37 | 30 |
| Octal | 121 | 67 | 275 | 71 | 107 | 0 | 32 | 374 | 67 | 60 |
| Binary | 1010001 | 110111 | 10111101 | 111001 | 1000111 | 0 | 11010 | 11111100 | 110111 | 110000 |
Color Harmonies of #5137BD
Complementary color
Monochromatic Colors of #5137BD
Black with #5137BD
Text Example
Text Example
White with #5137BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137BD; }
p { color: rgb(81,55,189); }
H1.HeaderClassName
{
color: #5137BD;
}
.AnyTagClassName
{
color: #5137BD;
}
</style>
background-color css
<style>
a { background-color: #5137BD; }
a { background-color: rgb(81,55,189); }
div.DivClassName
{
background-color: #5137BD;
}
.BgClassName
{
background-color: #5137BD;
}
</style>
border-color css
<style>
span { border-color: #5137BD; }
span { border-color: rgb(81,55,189); }
td.TdClassName
{
border-color: #5137BD;
}
.TagClassName
{
border-color: #5137BD;
}
</style>