Shades of Purple Heart #5108BA
Tints of Purple Heart #5108BA
RGB
CMYK
RGB Variations
Color information
#5108BA (or 0x5108BA) is known color: Purple Heart. HEX triplet: 51, 08 and BA. RGB value is (81,8,186). Sum of RGB (Red+Green+Blue) = 81+8+186=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #5108BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108BA is #AEF745. Grayscale: #313131. Windows color (decimal): -11466566 or 12191825. OLE color: 12191825.
HSL color Cylindrical-coordinate representation of color #5108BA: hue angle of 264.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5108BA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 8 | 186 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.27 |
| HSL | 264.61º | 0.92% | 0.38% | - |
| HSV(B) | 264.61º | 0.96% | 0.73% | - |
| XYZ | 12.34 | 5.47 | 46.86 | - |
| YUV | 50.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 186 | 0.56 | 0.96 | 0 | 0.27 | 264.61 | 0.92 | 0.38 |
| Hex | 51 | 8 | BA | 38 | 60 | 0 | 1B | 109 | 5C | 26 |
| Octal | 121 | 10 | 272 | 70 | 140 | 0 | 33 | 411 | 134 | 46 |
| Binary | 1010001 | 1000 | 10111010 | 111000 | 1100000 | 0 | 11011 | 100001001 | 1011100 | 100110 |
Color Harmonies of #5108BA
Complementary color
Monochromatic Colors of #5108BA
Black with #5108BA
Text Example
Text Example
White with #5108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108BA; }
p { color: rgb(81,8,186); }
H1.HeaderClassName
{
color: #5108BA;
}
.AnyTagClassName
{
color: #5108BA;
}
</style>
background-color css
<style>
a { background-color: #5108BA; }
a { background-color: rgb(81,8,186); }
div.DivClassName
{
background-color: #5108BA;
}
.BgClassName
{
background-color: #5108BA;
}
</style>
border-color css
<style>
span { border-color: #5108BA; }
span { border-color: rgb(81,8,186); }
td.TdClassName
{
border-color: #5108BA;
}
.TagClassName
{
border-color: #5108BA;
}
</style>