Shades of Purple Heart #5103BE
Tints of Purple Heart #5103BE
RGB
CMYK
RGB Variations
Color information
#5103BE (or 0x5103BE) is known color: Purple Heart. HEX triplet: 51, 03 and BE. RGB value is (81,3,190). Sum of RGB (Red+Green+Blue) = 81+3+190=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #5103BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103BE is #AEFC41. Grayscale: #2E2E2E. Windows color (decimal): -11467842 or 12452689. OLE color: 12452689.
HSL color Cylindrical-coordinate representation of color #5103BE: hue angle of 265.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103BE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 3 | 190 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.25 |
| HSL | 265.03º | 0.97% | 0.38% | - |
| HSV(B) | 265.03º | 0.98% | 0.75% | - |
| XYZ | 12.72 | 5.53 | 49.11 | - |
| YUV | 47.64 | 208.34 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 190 | 0.57 | 0.98 | 0 | 0.25 | 265.03 | 0.97 | 0.38 |
| Hex | 51 | 3 | BE | 39 | 62 | 0 | 19 | 109 | 61 | 26 |
| Octal | 121 | 3 | 276 | 71 | 142 | 0 | 31 | 411 | 141 | 46 |
| Binary | 1010001 | 11 | 10111110 | 111001 | 1100010 | 0 | 11001 | 100001001 | 1100001 | 100110 |
Color Harmonies of #5103BE
Complementary color
Monochromatic Colors of #5103BE
Black with #5103BE
Text Example
Text Example
White with #5103BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103BE; }
p { color: rgb(81,3,190); }
H1.HeaderClassName
{
color: #5103BE;
}
.AnyTagClassName
{
color: #5103BE;
}
</style>
background-color css
<style>
a { background-color: #5103BE; }
a { background-color: rgb(81,3,190); }
div.DivClassName
{
background-color: #5103BE;
}
.BgClassName
{
background-color: #5103BE;
}
</style>
border-color css
<style>
span { border-color: #5103BE; }
span { border-color: rgb(81,3,190); }
td.TdClassName
{
border-color: #5103BE;
}
.TagClassName
{
border-color: #5103BE;
}
</style>