Shades of Purple Heart #5031D1
Tints of Purple Heart #5031D1
RGB
CMYK
RGB Variations
Color information
#5031D1 (or 0x5031D1) is known color: Purple Heart. HEX triplet: 50, 31 and D1. RGB value is (80,49,209). Sum of RGB (Red+Green+Blue) = 80+49+209=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #5031D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5031D1 is #AFCE2E. Grayscale: #4B4B4B. Windows color (decimal): -11521583 or 13709648. OLE color: 13709648.
HSL color Cylindrical-coordinate representation of color #5031D1: hue angle of 251.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5031D1 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 49 | 209 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.18 |
| HSL | 251.63º | 0.63% | 0.51% | - |
| HSV(B) | 251.63º | 0.77% | 0.82% | - |
| XYZ | 15.92 | 8.51 | 61.12 | - |
| YUV | 76.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 209 | 0.62 | 0.77 | 0 | 0.18 | 251.63 | 0.63 | 0.51 |
| Hex | 50 | 31 | D1 | 3E | 4D | 0 | 12 | FC | 3F | 33 |
| Octal | 120 | 61 | 321 | 76 | 115 | 0 | 22 | 374 | 77 | 63 |
| Binary | 1010000 | 110001 | 11010001 | 111110 | 1001101 | 0 | 10010 | 11111100 | 111111 | 110011 |
Color Harmonies of #5031D1
Complementary color
Monochromatic Colors of #5031D1
Black with #5031D1
Text Example
Text Example
White with #5031D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031D1; }
p { color: rgb(80,49,209); }
H1.HeaderClassName
{
color: #5031D1;
}
.AnyTagClassName
{
color: #5031D1;
}
</style>
background-color css
<style>
a { background-color: #5031D1; }
a { background-color: rgb(80,49,209); }
div.DivClassName
{
background-color: #5031D1;
}
.BgClassName
{
background-color: #5031D1;
}
</style>
border-color css
<style>
span { border-color: #5031D1; }
span { border-color: rgb(80,49,209); }
td.TdClassName
{
border-color: #5031D1;
}
.TagClassName
{
border-color: #5031D1;
}
</style>