Shades of Purple Heart #5011C6
Tints of Purple Heart #5011C6
RGB
CMYK
RGB Variations
Color information
#5011C6 (or 0x5011C6) is known color: Purple Heart. HEX triplet: 50, 11 and C6. RGB value is (80,17,198). Sum of RGB (Red+Green+Blue) = 80+17+198=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #5011C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011C6 is #AFEE39. Grayscale: #373737. Windows color (decimal): -11529786 or 12980560. OLE color: 12980560.
HSL color Cylindrical-coordinate representation of color #5011C6: hue angle of 260.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5011C6 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 17 | 198 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.22 |
| HSL | 260.88º | 0.84% | 0.42% | - |
| HSV(B) | 260.88º | 0.91% | 0.78% | - |
| XYZ | 13.7 | 6.18 | 53.9 | - |
| YUV | 56.47 | 207.87 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 198 | 0.60 | 0.91 | 0 | 0.22 | 260.88 | 0.84 | 0.42 |
| Hex | 50 | 11 | C6 | 3C | 5B | 0 | 16 | 105 | 54 | 2A |
| Octal | 120 | 21 | 306 | 74 | 133 | 0 | 26 | 405 | 124 | 52 |
| Binary | 1010000 | 10001 | 11000110 | 111100 | 1011011 | 0 | 10110 | 100000101 | 1010100 | 101010 |
Color Harmonies of #5011C6
Complementary color
Monochromatic Colors of #5011C6
Black with #5011C6
Text Example
Text Example
White with #5011C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011C6; }
p { color: rgb(80,17,198); }
H1.HeaderClassName
{
color: #5011C6;
}
.AnyTagClassName
{
color: #5011C6;
}
</style>
background-color css
<style>
a { background-color: #5011C6; }
a { background-color: rgb(80,17,198); }
div.DivClassName
{
background-color: #5011C6;
}
.BgClassName
{
background-color: #5011C6;
}
</style>
border-color css
<style>
span { border-color: #5011C6; }
span { border-color: rgb(80,17,198); }
td.TdClassName
{
border-color: #5011C6;
}
.TagClassName
{
border-color: #5011C6;
}
</style>