Shades of Purple Heart #5012BC
Tints of Purple Heart #5012BC
RGB
CMYK
RGB Variations
Color information
#5012BC (or 0x5012BC) is known color: Purple Heart. HEX triplet: 50, 12 and BC. RGB value is (80,18,188). Sum of RGB (Red+Green+Blue) = 80+18+188=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #5012BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012BC is #AFED43. Grayscale: #373737. Windows color (decimal): -11529540 or 12325456. OLE color: 12325456.
HSL color Cylindrical-coordinate representation of color #5012BC: hue angle of 261.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012BC is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 18 | 188 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.26 |
| HSL | 261.88º | 0.83% | 0.4% | - |
| HSV(B) | 261.88º | 0.9% | 0.74% | - |
| XYZ | 12.6 | 5.77 | 48.03 | - |
| YUV | 55.92 | 202.54 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 188 | 0.57 | 0.90 | 0 | 0.26 | 261.88 | 0.83 | 0.4 |
| Hex | 50 | 12 | BC | 39 | 5A | 0 | 1A | 106 | 53 | 28 |
| Octal | 120 | 22 | 274 | 71 | 132 | 0 | 32 | 406 | 123 | 50 |
| Binary | 1010000 | 10010 | 10111100 | 111001 | 1011010 | 0 | 11010 | 100000110 | 1010011 | 101000 |
Color Harmonies of #5012BC
Complementary color
Monochromatic Colors of #5012BC
Black with #5012BC
Text Example
Text Example
White with #5012BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012BC; }
p { color: rgb(80,18,188); }
H1.HeaderClassName
{
color: #5012BC;
}
.AnyTagClassName
{
color: #5012BC;
}
</style>
background-color css
<style>
a { background-color: #5012BC; }
a { background-color: rgb(80,18,188); }
div.DivClassName
{
background-color: #5012BC;
}
.BgClassName
{
background-color: #5012BC;
}
</style>
border-color css
<style>
span { border-color: #5012BC; }
span { border-color: rgb(80,18,188); }
td.TdClassName
{
border-color: #5012BC;
}
.TagClassName
{
border-color: #5012BC;
}
</style>