Shades of Purple Heart #5100B7
Tints of Purple Heart #5100B7
RGB
CMYK
RGB Variations
Color information
#5100B7 (or 0x5100B7) is known color: Purple Heart. HEX triplet: 51, 00 and B7. RGB value is (81,0,183). Sum of RGB (Red+Green+Blue) = 81+0+183=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #5100B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100B7 is #AEFF48. Grayscale: #2C2C2C. Windows color (decimal): -11468617 or 11993169. OLE color: 11993169.
HSL color Cylindrical-coordinate representation of color #5100B7: hue angle of 266.56º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100B7 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 0 | 183 | - |
| CMYK | 0.56 | 1 | 0 | 0.28 |
| HSL | 266.56º | 1% | 0.36% | - |
| HSV(B) | 266.56º | 1% | 0.72% | - |
| XYZ | 11.94 | 5.17 | 45.17 | - |
| YUV | 45.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 183 | 0.56 | 1 | 0 | 0.28 | 266.56 | 1 | 0.36 |
| Hex | 51 | 0 | B7 | 38 | 64 | 0 | 1C | 10B | 64 | 24 |
| Octal | 121 | 0 | 267 | 70 | 144 | 0 | 34 | 413 | 144 | 44 |
| Binary | 1010001 | 0 | 10110111 | 111000 | 1100100 | 0 | 11100 | 100001011 | 1100100 | 100100 |
Color Harmonies of #5100B7
Complementary color
Monochromatic Colors of #5100B7
Black with #5100B7
Text Example
Text Example
White with #5100B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100B7; }
p { color: rgb(81,0,183); }
H1.HeaderClassName
{
color: #5100B7;
}
.AnyTagClassName
{
color: #5100B7;
}
</style>
background-color css
<style>
a { background-color: #5100B7; }
a { background-color: rgb(81,0,183); }
div.DivClassName
{
background-color: #5100B7;
}
.BgClassName
{
background-color: #5100B7;
}
</style>
border-color css
<style>
span { border-color: #5100B7; }
span { border-color: rgb(81,0,183); }
td.TdClassName
{
border-color: #5100B7;
}
.TagClassName
{
border-color: #5100B7;
}
</style>