Shades of Purple Heart #5012B9
Tints of Purple Heart #5012B9
RGB
CMYK
RGB Variations
Color information
#5012B9 (or 0x5012B9) is known color: Purple Heart. HEX triplet: 50, 12 and B9. RGB value is (80,18,185). Sum of RGB (Red+Green+Blue) = 80+18+185=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #5012B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012B9 is #AFED46. Grayscale: #363636. Windows color (decimal): -11529543 or 12128848. OLE color: 12128848.
HSL color Cylindrical-coordinate representation of color #5012B9: hue angle of 262.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012B9 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 18 | 185 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.27 |
| HSL | 262.28º | 0.82% | 0.4% | - |
| HSV(B) | 262.28º | 0.9% | 0.73% | - |
| XYZ | 12.28 | 5.64 | 46.34 | - |
| YUV | 55.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 185 | 0.57 | 0.90 | 0 | 0.27 | 262.28 | 0.82 | 0.4 |
| Hex | 50 | 12 | B9 | 39 | 5A | 0 | 1B | 106 | 52 | 28 |
| Octal | 120 | 22 | 271 | 71 | 132 | 0 | 33 | 406 | 122 | 50 |
| Binary | 1010000 | 10010 | 10111001 | 111001 | 1011010 | 0 | 11011 | 100000110 | 1010010 | 101000 |
Color Harmonies of #5012B9
Complementary color
Monochromatic Colors of #5012B9
Black with #5012B9
Text Example
Text Example
White with #5012B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012B9; }
p { color: rgb(80,18,185); }
H1.HeaderClassName
{
color: #5012B9;
}
.AnyTagClassName
{
color: #5012B9;
}
</style>
background-color css
<style>
a { background-color: #5012B9; }
a { background-color: rgb(80,18,185); }
div.DivClassName
{
background-color: #5012B9;
}
.BgClassName
{
background-color: #5012B9;
}
</style>
border-color css
<style>
span { border-color: #5012B9; }
span { border-color: rgb(80,18,185); }
td.TdClassName
{
border-color: #5012B9;
}
.TagClassName
{
border-color: #5012B9;
}
</style>