Shades of Purple Heart #5011D1
Tints of Purple Heart #5011D1
RGB
CMYK
RGB Variations
Color information
#5011D1 (or 0x5011D1) is known color: Purple Heart. HEX triplet: 50, 11 and D1. RGB value is (80,17,209). Sum of RGB (Red+Green+Blue) = 80+17+209=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #5011D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011D1 is #AFEE2E. Grayscale: #393939. Windows color (decimal): -11529775 or 13701456. OLE color: 13701456.
HSL color Cylindrical-coordinate representation of color #5011D1: hue angle of 259.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5011D1 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 17 | 209 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.18 |
| HSL | 259.69º | 0.85% | 0.44% | - |
| HSV(B) | 259.69º | 0.92% | 0.82% | - |
| XYZ | 15.02 | 6.71 | 60.83 | - |
| YUV | 57.73 | 213.37 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 209 | 0.62 | 0.92 | 0 | 0.18 | 259.69 | 0.85 | 0.44 |
| Hex | 50 | 11 | D1 | 3E | 5C | 0 | 12 | 104 | 55 | 2C |
| Octal | 120 | 21 | 321 | 76 | 134 | 0 | 22 | 404 | 125 | 54 |
| Binary | 1010000 | 10001 | 11010001 | 111110 | 1011100 | 0 | 10010 | 100000100 | 1010101 | 101100 |
Color Harmonies of #5011D1
Complementary color
Monochromatic Colors of #5011D1
Black with #5011D1
Text Example
Text Example
White with #5011D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011D1; }
p { color: rgb(80,17,209); }
H1.HeaderClassName
{
color: #5011D1;
}
.AnyTagClassName
{
color: #5011D1;
}
</style>
background-color css
<style>
a { background-color: #5011D1; }
a { background-color: rgb(80,17,209); }
div.DivClassName
{
background-color: #5011D1;
}
.BgClassName
{
background-color: #5011D1;
}
</style>
border-color css
<style>
span { border-color: #5011D1; }
span { border-color: rgb(80,17,209); }
td.TdClassName
{
border-color: #5011D1;
}
.TagClassName
{
border-color: #5011D1;
}
</style>