Shades of Purple Heart #500FBC
Tints of Purple Heart #500FBC
RGB
CMYK
RGB Variations
Color information
#500FBC (or 0x500FBC) is known color: Purple Heart. HEX triplet: 50, 0F and BC. RGB value is (80,15,188). Sum of RGB (Red+Green+Blue) = 80+15+188=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #500FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FBC is #AFF043. Grayscale: #353535. Windows color (decimal): -11530308 or 12324688. OLE color: 12324688.
HSL color Cylindrical-coordinate representation of color #500FBC: hue angle of 262.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500FBC is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 15 | 188 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.26 |
| HSL | 262.54º | 0.85% | 0.4% | - |
| HSV(B) | 262.54º | 0.92% | 0.74% | - |
| XYZ | 12.56 | 5.68 | 48.01 | - |
| YUV | 54.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 188 | 0.57 | 0.92 | 0 | 0.26 | 262.54 | 0.85 | 0.4 |
| Hex | 50 | F | BC | 39 | 5C | 0 | 1A | 107 | 55 | 28 |
| Octal | 120 | 17 | 274 | 71 | 134 | 0 | 32 | 407 | 125 | 50 |
| Binary | 1010000 | 1111 | 10111100 | 111001 | 1011100 | 0 | 11010 | 100000111 | 1010101 | 101000 |
Color Harmonies of #500FBC
Complementary color
Monochromatic Colors of #500FBC
Black with #500FBC
Text Example
Text Example
White with #500FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FBC; }
p { color: rgb(80,15,188); }
H1.HeaderClassName
{
color: #500FBC;
}
.AnyTagClassName
{
color: #500FBC;
}
</style>
background-color css
<style>
a { background-color: #500FBC; }
a { background-color: rgb(80,15,188); }
div.DivClassName
{
background-color: #500FBC;
}
.BgClassName
{
background-color: #500FBC;
}
</style>
border-color css
<style>
span { border-color: #500FBC; }
span { border-color: rgb(80,15,188); }
td.TdClassName
{
border-color: #500FBC;
}
.TagClassName
{
border-color: #500FBC;
}
</style>