Shades of Purple Heart #5132BE
Tints of Purple Heart #5132BE
RGB
CMYK
RGB Variations
Color information
#5132BE (or 0x5132BE) is known color: Purple Heart. HEX triplet: 51, 32 and BE. RGB value is (81,50,190). Sum of RGB (Red+Green+Blue) = 81+50+190=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #5132BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132BE is #AECD41. Grayscale: #4A4A4A. Windows color (decimal): -11455810 or 12464721. OLE color: 12464721.
HSL color Cylindrical-coordinate representation of color #5132BE: hue angle of 253.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5132BE is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 50 | 190 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.25 |
| HSL | 253.29º | 0.58% | 0.47% | - |
| HSV(B) | 253.29º | 0.74% | 0.75% | - |
| XYZ | 13.83 | 7.75 | 49.48 | - |
| YUV | 75.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 190 | 0.57 | 0.74 | 0 | 0.25 | 253.29 | 0.58 | 0.47 |
| Hex | 51 | 32 | BE | 39 | 4A | 0 | 19 | FD | 3A | 2F |
| Octal | 121 | 62 | 276 | 71 | 112 | 0 | 31 | 375 | 72 | 57 |
| Binary | 1010001 | 110010 | 10111110 | 111001 | 1001010 | 0 | 11001 | 11111101 | 111010 | 101111 |
Color Harmonies of #5132BE
Complementary color
Monochromatic Colors of #5132BE
Black with #5132BE
Text Example
Text Example
White with #5132BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132BE; }
p { color: rgb(81,50,190); }
H1.HeaderClassName
{
color: #5132BE;
}
.AnyTagClassName
{
color: #5132BE;
}
</style>
background-color css
<style>
a { background-color: #5132BE; }
a { background-color: rgb(81,50,190); }
div.DivClassName
{
background-color: #5132BE;
}
.BgClassName
{
background-color: #5132BE;
}
</style>
border-color css
<style>
span { border-color: #5132BE; }
span { border-color: rgb(81,50,190); }
td.TdClassName
{
border-color: #5132BE;
}
.TagClassName
{
border-color: #5132BE;
}
</style>