Shades of Purple Heart #5010BD
Tints of Purple Heart #5010BD
RGB
CMYK
RGB Variations
Color information
#5010BD (or 0x5010BD) is known color: Purple Heart. HEX triplet: 50, 10 and BD. RGB value is (80,16,189). Sum of RGB (Red+Green+Blue) = 80+16+189=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #5010BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010BD is #AFEF42. Grayscale: #363636. Windows color (decimal): -11530051 or 12390480. OLE color: 12390480.
HSL color Cylindrical-coordinate representation of color #5010BD: hue angle of 262.2º degrees, saturation: 0.84, 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 #5010BD is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 16 | 189 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.26 |
| HSL | 262.2º | 0.84% | 0.4% | - |
| HSV(B) | 262.2º | 0.92% | 0.74% | - |
| XYZ | 12.68 | 5.75 | 48.59 | - |
| YUV | 54.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 189 | 0.58 | 0.92 | 0 | 0.26 | 262.2 | 0.84 | 0.4 |
| Hex | 50 | 10 | BD | 3A | 5C | 0 | 1A | 106 | 54 | 28 |
| Octal | 120 | 20 | 275 | 72 | 134 | 0 | 32 | 406 | 124 | 50 |
| Binary | 1010000 | 10000 | 10111101 | 111010 | 1011100 | 0 | 11010 | 100000110 | 1010100 | 101000 |
Color Harmonies of #5010BD
Complementary color
Monochromatic Colors of #5010BD
Black with #5010BD
Text Example
Text Example
White with #5010BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010BD; }
p { color: rgb(80,16,189); }
H1.HeaderClassName
{
color: #5010BD;
}
.AnyTagClassName
{
color: #5010BD;
}
</style>
background-color css
<style>
a { background-color: #5010BD; }
a { background-color: rgb(80,16,189); }
div.DivClassName
{
background-color: #5010BD;
}
.BgClassName
{
background-color: #5010BD;
}
</style>
border-color css
<style>
span { border-color: #5010BD; }
span { border-color: rgb(80,16,189); }
td.TdClassName
{
border-color: #5010BD;
}
.TagClassName
{
border-color: #5010BD;
}
</style>