Shades of Purple Heart #5106BA
Tints of Purple Heart #5106BA
RGB
CMYK
RGB Variations
Color information
#5106BA (or 0x5106BA) is known color: Purple Heart. HEX triplet: 51, 06 and BA. RGB value is (81,6,186). Sum of RGB (Red+Green+Blue) = 81+6+186=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5106BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106BA is #AEF945. Grayscale: #303030. Windows color (decimal): -11467078 or 12191313. OLE color: 12191313.
HSL color Cylindrical-coordinate representation of color #5106BA: hue angle of 265º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5106BA is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 6 | 186 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.27 |
| HSL | 265º | 0.94% | 0.38% | - |
| HSV(B) | 265º | 0.97% | 0.73% | - |
| XYZ | 12.32 | 5.42 | 46.85 | - |
| YUV | 48.95 | 205.35 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 186 | 0.56 | 0.97 | 0 | 0.27 | 265 | 0.94 | 0.38 |
| Hex | 51 | 6 | BA | 38 | 61 | 0 | 1B | 109 | 5E | 26 |
| Octal | 121 | 6 | 272 | 70 | 141 | 0 | 33 | 411 | 136 | 46 |
| Binary | 1010001 | 110 | 10111010 | 111000 | 1100001 | 0 | 11011 | 100001001 | 1011110 | 100110 |
Color Harmonies of #5106BA
Complementary color
Monochromatic Colors of #5106BA
Black with #5106BA
Text Example
Text Example
White with #5106BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5106BA; }
p { color: rgb(81,6,186); }
H1.HeaderClassName
{
color: #5106BA;
}
.AnyTagClassName
{
color: #5106BA;
}
</style>
background-color css
<style>
a { background-color: #5106BA; }
a { background-color: rgb(81,6,186); }
div.DivClassName
{
background-color: #5106BA;
}
.BgClassName
{
background-color: #5106BA;
}
</style>
border-color css
<style>
span { border-color: #5106BA; }
span { border-color: rgb(81,6,186); }
td.TdClassName
{
border-color: #5106BA;
}
.TagClassName
{
border-color: #5106BA;
}
</style>