Shades of Purple Heart #5137BC
Tints of Purple Heart #5137BC
RGB
CMYK
RGB Variations
Color information
#5137BC (or 0x5137BC) is known color: Purple Heart. HEX triplet: 51, 37 and BC. RGB value is (81,55,188). Sum of RGB (Red+Green+Blue) = 81+55+188=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #5137BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137BC is #AEC843. Grayscale: #4D4D4D. Windows color (decimal): -11454532 or 12334929. OLE color: 12334929.
HSL color Cylindrical-coordinate representation of color #5137BC: hue angle of 251.73º 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 #5137BC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 55 | 188 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.26 |
| HSL | 251.73º | 0.55% | 0.48% | - |
| HSV(B) | 251.73º | 0.71% | 0.74% | - |
| XYZ | 13.84 | 8.11 | 48.41 | - |
| YUV | 77.94 | 190.11 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 188 | 0.57 | 0.71 | 0 | 0.26 | 251.73 | 0.55 | 0.48 |
| Hex | 51 | 37 | BC | 39 | 47 | 0 | 1A | FC | 37 | 30 |
| Octal | 121 | 67 | 274 | 71 | 107 | 0 | 32 | 374 | 67 | 60 |
| Binary | 1010001 | 110111 | 10111100 | 111001 | 1000111 | 0 | 11010 | 11111100 | 110111 | 110000 |
Color Harmonies of #5137BC
Complementary color
Monochromatic Colors of #5137BC
Black with #5137BC
Text Example
Text Example
White with #5137BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137BC; }
p { color: rgb(81,55,188); }
H1.HeaderClassName
{
color: #5137BC;
}
.AnyTagClassName
{
color: #5137BC;
}
</style>
background-color css
<style>
a { background-color: #5137BC; }
a { background-color: rgb(81,55,188); }
div.DivClassName
{
background-color: #5137BC;
}
.BgClassName
{
background-color: #5137BC;
}
</style>
border-color css
<style>
span { border-color: #5137BC; }
span { border-color: rgb(81,55,188); }
td.TdClassName
{
border-color: #5137BC;
}
.TagClassName
{
border-color: #5137BC;
}
</style>