Shades of Purple Heart #5103BA
Tints of Purple Heart #5103BA
RGB
CMYK
RGB Variations
Color information
#5103BA (or 0x5103BA) is known color: Purple Heart. HEX triplet: 51, 03 and BA. RGB value is (81,3,186). Sum of RGB (Red+Green+Blue) = 81+3+186=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #5103BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103BA is #AEFC45. Grayscale: #2E2E2E. Windows color (decimal): -11467846 or 12190545. OLE color: 12190545.
HSL color Cylindrical-coordinate representation of color #5103BA: hue angle of 265.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103BA is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 3 | 186 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.27 |
| HSL | 265.57º | 0.97% | 0.37% | - |
| HSV(B) | 265.57º | 0.98% | 0.73% | - |
| XYZ | 12.29 | 5.36 | 46.84 | - |
| YUV | 47.18 | 206.34 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 186 | 0.56 | 0.98 | 0 | 0.27 | 265.57 | 0.97 | 0.37 |
| Hex | 51 | 3 | BA | 38 | 62 | 0 | 1B | 10A | 61 | 25 |
| Octal | 121 | 3 | 272 | 70 | 142 | 0 | 33 | 412 | 141 | 45 |
| Binary | 1010001 | 11 | 10111010 | 111000 | 1100010 | 0 | 11011 | 100001010 | 1100001 | 100101 |
Color Harmonies of #5103BA
Complementary color
Monochromatic Colors of #5103BA
Black with #5103BA
Text Example
Text Example
White with #5103BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103BA; }
p { color: rgb(81,3,186); }
H1.HeaderClassName
{
color: #5103BA;
}
.AnyTagClassName
{
color: #5103BA;
}
</style>
background-color css
<style>
a { background-color: #5103BA; }
a { background-color: rgb(81,3,186); }
div.DivClassName
{
background-color: #5103BA;
}
.BgClassName
{
background-color: #5103BA;
}
</style>
border-color css
<style>
span { border-color: #5103BA; }
span { border-color: rgb(81,3,186); }
td.TdClassName
{
border-color: #5103BA;
}
.TagClassName
{
border-color: #5103BA;
}
</style>