Shades of Purple Heart #5031D7
Tints of Purple Heart #5031D7
RGB
CMYK
RGB Variations
Color information
#5031D7 (or 0x5031D7) is known color: Purple Heart. HEX triplet: 50, 31 and D7. RGB value is (80,49,215). Sum of RGB (Red+Green+Blue) = 80+49+215=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #5031D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5031D7 is #AFCE28. Grayscale: #4C4C4C. Windows color (decimal): -11521577 or 14102864. OLE color: 14102864.
HSL color Cylindrical-coordinate representation of color #5031D7: hue angle of 251.2º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5031D7 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 49 | 215 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.16 |
| HSL | 251.2º | 0.67% | 0.52% | - |
| HSV(B) | 251.2º | 0.77% | 0.84% | - |
| XYZ | 16.67 | 8.81 | 65.11 | - |
| YUV | 77.19 | 205.77 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 215 | 0.63 | 0.77 | 0 | 0.16 | 251.2 | 0.67 | 0.52 |
| Hex | 50 | 31 | D7 | 3F | 4D | 0 | 10 | FB | 43 | 34 |
| Octal | 120 | 61 | 327 | 77 | 115 | 0 | 20 | 373 | 103 | 64 |
| Binary | 1010000 | 110001 | 11010111 | 111111 | 1001101 | 0 | 10000 | 11111011 | 1000011 | 110100 |
Color Harmonies of #5031D7
Complementary color
Monochromatic Colors of #5031D7
Black with #5031D7
Text Example
Text Example
White with #5031D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031D7; }
p { color: rgb(80,49,215); }
H1.HeaderClassName
{
color: #5031D7;
}
.AnyTagClassName
{
color: #5031D7;
}
</style>
background-color css
<style>
a { background-color: #5031D7; }
a { background-color: rgb(80,49,215); }
div.DivClassName
{
background-color: #5031D7;
}
.BgClassName
{
background-color: #5031D7;
}
</style>
border-color css
<style>
span { border-color: #5031D7; }
span { border-color: rgb(80,49,215); }
td.TdClassName
{
border-color: #5031D7;
}
.TagClassName
{
border-color: #5031D7;
}
</style>