Shades of Purple Heart #5100BB
Tints of Purple Heart #5100BB
RGB
CMYK
RGB Variations
Color information
#5100BB (or 0x5100BB) is known color: Purple Heart. HEX triplet: 51, 00 and BB. RGB value is (81,0,187). Sum of RGB (Red+Green+Blue) = 81+0+187=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #5100BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100BB is #AEFF44. Grayscale: #2C2C2C. Windows color (decimal): -11468613 or 12255313. OLE color: 12255313.
HSL color Cylindrical-coordinate representation of color #5100BB: hue angle of 265.99º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100BB is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 0 | 187 | - |
| CMYK | 0.57 | 1 | 0 | 0.27 |
| HSL | 265.99º | 1% | 0.37% | - |
| HSV(B) | 265.99º | 1% | 0.73% | - |
| XYZ | 12.36 | 5.34 | 47.39 | - |
| YUV | 45.54 | 207.84 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 187 | 0.57 | 1 | 0 | 0.27 | 265.99 | 1 | 0.37 |
| Hex | 51 | 0 | BB | 39 | 64 | 0 | 1B | 10A | 64 | 25 |
| Octal | 121 | 0 | 273 | 71 | 144 | 0 | 33 | 412 | 144 | 45 |
| Binary | 1010001 | 0 | 10111011 | 111001 | 1100100 | 0 | 11011 | 100001010 | 1100100 | 100101 |
Color Harmonies of #5100BB
Complementary color
Monochromatic Colors of #5100BB
Black with #5100BB
Text Example
Text Example
White with #5100BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100BB; }
p { color: rgb(81,0,187); }
H1.HeaderClassName
{
color: #5100BB;
}
.AnyTagClassName
{
color: #5100BB;
}
</style>
background-color css
<style>
a { background-color: #5100BB; }
a { background-color: rgb(81,0,187); }
div.DivClassName
{
background-color: #5100BB;
}
.BgClassName
{
background-color: #5100BB;
}
</style>
border-color css
<style>
span { border-color: #5100BB; }
span { border-color: rgb(81,0,187); }
td.TdClassName
{
border-color: #5100BB;
}
.TagClassName
{
border-color: #5100BB;
}
</style>