Shades of Purple Heart #5105BE
Tints of Purple Heart #5105BE
RGB
CMYK
RGB Variations
Color information
#5105BE (or 0x5105BE) is known color: Purple Heart. HEX triplet: 51, 05 and BE. RGB value is (81,5,190). Sum of RGB (Red+Green+Blue) = 81+5+190=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #5105BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105BE is #AEFA41. Grayscale: #303030. Windows color (decimal): -11467330 or 12453201. OLE color: 12453201.
HSL color Cylindrical-coordinate representation of color #5105BE: hue angle of 264.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5105BE is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 5 | 190 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.25 |
| HSL | 264.65º | 0.95% | 0.38% | - |
| HSV(B) | 264.65º | 0.97% | 0.75% | - |
| XYZ | 12.74 | 5.58 | 49.12 | - |
| YUV | 48.81 | 207.68 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 190 | 0.57 | 0.97 | 0 | 0.25 | 264.65 | 0.95 | 0.38 |
| Hex | 51 | 5 | BE | 39 | 61 | 0 | 19 | 109 | 5F | 26 |
| Octal | 121 | 5 | 276 | 71 | 141 | 0 | 31 | 411 | 137 | 46 |
| Binary | 1010001 | 101 | 10111110 | 111001 | 1100001 | 0 | 11001 | 100001001 | 1011111 | 100110 |
Color Harmonies of #5105BE
Complementary color
Monochromatic Colors of #5105BE
Black with #5105BE
Text Example
Text Example
White with #5105BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105BE; }
p { color: rgb(81,5,190); }
H1.HeaderClassName
{
color: #5105BE;
}
.AnyTagClassName
{
color: #5105BE;
}
</style>
background-color css
<style>
a { background-color: #5105BE; }
a { background-color: rgb(81,5,190); }
div.DivClassName
{
background-color: #5105BE;
}
.BgClassName
{
background-color: #5105BE;
}
</style>
border-color css
<style>
span { border-color: #5105BE; }
span { border-color: rgb(81,5,190); }
td.TdClassName
{
border-color: #5105BE;
}
.TagClassName
{
border-color: #5105BE;
}
</style>