Shades of Purple Heart #5001BB
Tints of Purple Heart #5001BB
RGB
CMYK
RGB Variations
Color information
#5001BB (or 0x5001BB) is known color: Purple Heart. HEX triplet: 50, 01 and BB. RGB value is (80,1,187). Sum of RGB (Red+Green+Blue) = 80+1+187=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 1 (0.78% from 255 or 0.37% 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 #5001BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5001BB is #AFFE44. Grayscale: #2D2D2D. Windows color (decimal): -11533893 or 12255568. OLE color: 12255568.
HSL color Cylindrical-coordinate representation of color #5001BB: hue angle of 265.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5001BB is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 1 | 187 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.27 |
| HSL | 265.48º | 0.99% | 0.37% | - |
| HSV(B) | 265.48º | 0.99% | 0.73% | - |
| XYZ | 12.29 | 5.32 | 47.39 | - |
| YUV | 45.83 | 207.67 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 187 | 0.57 | 0.99 | 0 | 0.27 | 265.48 | 0.99 | 0.37 |
| Hex | 50 | 1 | BB | 39 | 63 | 0 | 1B | 109 | 63 | 25 |
| Octal | 120 | 1 | 273 | 71 | 143 | 0 | 33 | 411 | 143 | 45 |
| Binary | 1010000 | 1 | 10111011 | 111001 | 1100011 | 0 | 11011 | 100001001 | 1100011 | 100101 |
Color Harmonies of #5001BB
Complementary color
Monochromatic Colors of #5001BB
Black with #5001BB
Text Example
Text Example
White with #5001BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001BB; }
p { color: rgb(80,1,187); }
H1.HeaderClassName
{
color: #5001BB;
}
.AnyTagClassName
{
color: #5001BB;
}
</style>
background-color css
<style>
a { background-color: #5001BB; }
a { background-color: rgb(80,1,187); }
div.DivClassName
{
background-color: #5001BB;
}
.BgClassName
{
background-color: #5001BB;
}
</style>
border-color css
<style>
span { border-color: #5001BB; }
span { border-color: rgb(80,1,187); }
td.TdClassName
{
border-color: #5001BB;
}
.TagClassName
{
border-color: #5001BB;
}
</style>