Shades of Purple Heart #5039D9
Tints of Purple Heart #5039D9
RGB
CMYK
RGB Variations
Color information
#5039D9 (or 0x5039D9) is known color: Purple Heart. HEX triplet: 50, 39 and D9. RGB value is (80,57,217). Sum of RGB (Red+Green+Blue) = 80+57+217=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 217 (85.16% from 255 or 61.30% from 354); Max value from RGB is 217 - color contains mainly: blue. Hex color #5039D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039D9 is #AFC626. Grayscale: #515151. Windows color (decimal): -11519527 or 14235984. OLE color: 14235984.
HSL color Cylindrical-coordinate representation of color #5039D9: hue angle of 248.63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5039D9 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 57 | 217 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.15 |
| HSL | 248.63º | 0.68% | 0.54% | - |
| HSV(B) | 248.63º | 0.74% | 0.85% | - |
| XYZ | 17.3 | 9.64 | 66.6 | - |
| YUV | 82.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 217 | 0.63 | 0.74 | 0 | 0.15 | 248.63 | 0.68 | 0.54 |
| Hex | 50 | 39 | D9 | 3F | 4A | 0 | F | F9 | 44 | 36 |
| Octal | 120 | 71 | 331 | 77 | 112 | 0 | 17 | 371 | 104 | 66 |
| Binary | 1010000 | 111001 | 11011001 | 111111 | 1001010 | 0 | 1111 | 11111001 | 1000100 | 110110 |
Color Harmonies of #5039D9
Complementary color
Monochromatic Colors of #5039D9
Black with #5039D9
Text Example
Text Example
White with #5039D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039D9; }
p { color: rgb(80,57,217); }
H1.HeaderClassName
{
color: #5039D9;
}
.AnyTagClassName
{
color: #5039D9;
}
</style>
background-color css
<style>
a { background-color: #5039D9; }
a { background-color: rgb(80,57,217); }
div.DivClassName
{
background-color: #5039D9;
}
.BgClassName
{
background-color: #5039D9;
}
</style>
border-color css
<style>
span { border-color: #5039D9; }
span { border-color: rgb(80,57,217); }
td.TdClassName
{
border-color: #5039D9;
}
.TagClassName
{
border-color: #5039D9;
}
</style>