Shades of Purple Heart #5138BE
Tints of Purple Heart #5138BE
RGB
CMYK
RGB Variations
Color information
#5138BE (or 0x5138BE) is known color: Purple Heart. HEX triplet: 51, 38 and BE. RGB value is (81,56,190). Sum of RGB (Red+Green+Blue) = 81+56+190=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5138BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138BE is #AEC741. Grayscale: #4E4E4E. Windows color (decimal): -11454274 or 12466257. OLE color: 12466257.
HSL color Cylindrical-coordinate representation of color #5138BE: hue angle of 251.19º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5138BE is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 56 | 190 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.25 |
| HSL | 251.19º | 0.54% | 0.48% | - |
| HSV(B) | 251.19º | 0.71% | 0.75% | - |
| XYZ | 14.1 | 8.3 | 49.57 | - |
| YUV | 78.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 190 | 0.57 | 0.71 | 0 | 0.25 | 251.19 | 0.54 | 0.48 |
| Hex | 51 | 38 | BE | 39 | 47 | 0 | 19 | FB | 36 | 30 |
| Octal | 121 | 70 | 276 | 71 | 107 | 0 | 31 | 373 | 66 | 60 |
| Binary | 1010001 | 111000 | 10111110 | 111001 | 1000111 | 0 | 11001 | 11111011 | 110110 | 110000 |
Color Harmonies of #5138BE
Complementary color
Monochromatic Colors of #5138BE
Black with #5138BE
Text Example
Text Example
White with #5138BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5138BE; }
p { color: rgb(81,56,190); }
H1.HeaderClassName
{
color: #5138BE;
}
.AnyTagClassName
{
color: #5138BE;
}
</style>
background-color css
<style>
a { background-color: #5138BE; }
a { background-color: rgb(81,56,190); }
div.DivClassName
{
background-color: #5138BE;
}
.BgClassName
{
background-color: #5138BE;
}
</style>
border-color css
<style>
span { border-color: #5138BE; }
span { border-color: rgb(81,56,190); }
td.TdClassName
{
border-color: #5138BE;
}
.TagClassName
{
border-color: #5138BE;
}
</style>