Shades of Purple Heart #5000BC
Tints of Purple Heart #5000BC
RGB
CMYK
RGB Variations
Color information
#5000BC (or 0x5000BC) is known color: Purple Heart. HEX triplet: 50, 00 and BC. RGB value is (80,0,188). Sum of RGB (Red+Green+Blue) = 80+0+188=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #5000BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000BC is #AFFF43. Grayscale: #2C2C2C. Windows color (decimal): -11534148 or 12320848. OLE color: 12320848.
HSL color Cylindrical-coordinate representation of color #5000BC: hue angle of 265.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000BC is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 0 | 188 | - |
| CMYK | 0.57 | 1 | 0 | 0.26 |
| HSL | 265.53º | 1% | 0.37% | - |
| HSV(B) | 265.53º | 1% | 0.74% | - |
| XYZ | 12.39 | 5.34 | 47.95 | - |
| YUV | 45.35 | 208.5 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 188 | 0.57 | 1 | 0 | 0.26 | 265.53 | 1 | 0.37 |
| Hex | 50 | 0 | BC | 39 | 64 | 0 | 1A | 10A | 64 | 25 |
| Octal | 120 | 0 | 274 | 71 | 144 | 0 | 32 | 412 | 144 | 45 |
| Binary | 1010000 | 0 | 10111100 | 111001 | 1100100 | 0 | 11010 | 100001010 | 1100100 | 100101 |
Color Harmonies of #5000BC
Complementary color
Monochromatic Colors of #5000BC
Black with #5000BC
Text Example
Text Example
White with #5000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000BC; }
p { color: rgb(80,0,188); }
H1.HeaderClassName
{
color: #5000BC;
}
.AnyTagClassName
{
color: #5000BC;
}
</style>
background-color css
<style>
a { background-color: #5000BC; }
a { background-color: rgb(80,0,188); }
div.DivClassName
{
background-color: #5000BC;
}
.BgClassName
{
background-color: #5000BC;
}
</style>
border-color css
<style>
span { border-color: #5000BC; }
span { border-color: rgb(80,0,188); }
td.TdClassName
{
border-color: #5000BC;
}
.TagClassName
{
border-color: #5000BC;
}
</style>