Shades of Purple Heart #5012BD
Tints of Purple Heart #5012BD
RGB
CMYK
RGB Variations
Color information
#5012BD (or 0x5012BD) is known color: Purple Heart. HEX triplet: 50, 12 and BD. RGB value is (80,18,189). Sum of RGB (Red+Green+Blue) = 80+18+189=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #5012BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012BD is #AFED42. Grayscale: #373737. Windows color (decimal): -11529539 or 12390992. OLE color: 12390992.
HSL color Cylindrical-coordinate representation of color #5012BD: hue angle of 261.75º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012BD is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 18 | 189 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.26 |
| HSL | 261.75º | 0.83% | 0.41% | - |
| HSV(B) | 261.75º | 0.9% | 0.74% | - |
| XYZ | 12.71 | 5.81 | 48.6 | - |
| YUV | 56.03 | 203.04 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 189 | 0.58 | 0.90 | 0 | 0.26 | 261.75 | 0.83 | 0.41 |
| Hex | 50 | 12 | BD | 3A | 5A | 0 | 1A | 106 | 53 | 29 |
| Octal | 120 | 22 | 275 | 72 | 132 | 0 | 32 | 406 | 123 | 51 |
| Binary | 1010000 | 10010 | 10111101 | 111010 | 1011010 | 0 | 11010 | 100000110 | 1010011 | 101001 |
Color Harmonies of #5012BD
Complementary color
Monochromatic Colors of #5012BD
Black with #5012BD
Text Example
Text Example
White with #5012BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012BD; }
p { color: rgb(80,18,189); }
H1.HeaderClassName
{
color: #5012BD;
}
.AnyTagClassName
{
color: #5012BD;
}
</style>
background-color css
<style>
a { background-color: #5012BD; }
a { background-color: rgb(80,18,189); }
div.DivClassName
{
background-color: #5012BD;
}
.BgClassName
{
background-color: #5012BD;
}
</style>
border-color css
<style>
span { border-color: #5012BD; }
span { border-color: rgb(80,18,189); }
td.TdClassName
{
border-color: #5012BD;
}
.TagClassName
{
border-color: #5012BD;
}
</style>