Shades of Purple Heart #5105BF
Tints of Purple Heart #5105BF
RGB
CMYK
RGB Variations
Color information
#5105BF (or 0x5105BF) is known color: Purple Heart. HEX triplet: 51, 05 and BF. RGB value is (81,5,191). Sum of RGB (Red+Green+Blue) = 81+5+191=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #5105BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105BF is #AEFA40. Grayscale: #303030. Windows color (decimal): -11467329 or 12518737. OLE color: 12518737.
HSL color Cylindrical-coordinate representation of color #5105BF: hue angle of 264.52º 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 #5105BF is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 5 | 191 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.25 |
| HSL | 264.52º | 0.95% | 0.38% | - |
| HSV(B) | 264.52º | 0.97% | 0.75% | - |
| XYZ | 12.85 | 5.62 | 49.7 | - |
| YUV | 48.93 | 208.18 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 191 | 0.58 | 0.97 | 0 | 0.25 | 264.52 | 0.95 | 0.38 |
| Hex | 51 | 5 | BF | 3A | 61 | 0 | 19 | 109 | 5F | 26 |
| Octal | 121 | 5 | 277 | 72 | 141 | 0 | 31 | 411 | 137 | 46 |
| Binary | 1010001 | 101 | 10111111 | 111010 | 1100001 | 0 | 11001 | 100001001 | 1011111 | 100110 |
Color Harmonies of #5105BF
Complementary color
Monochromatic Colors of #5105BF
Black with #5105BF
Text Example
Text Example
White with #5105BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105BF; }
p { color: rgb(81,5,191); }
H1.HeaderClassName
{
color: #5105BF;
}
.AnyTagClassName
{
color: #5105BF;
}
</style>
background-color css
<style>
a { background-color: #5105BF; }
a { background-color: rgb(81,5,191); }
div.DivClassName
{
background-color: #5105BF;
}
.BgClassName
{
background-color: #5105BF;
}
</style>
border-color css
<style>
span { border-color: #5105BF; }
span { border-color: rgb(81,5,191); }
td.TdClassName
{
border-color: #5105BF;
}
.TagClassName
{
border-color: #5105BF;
}
</style>