Shades of Purple Heart #5031D4
Tints of Purple Heart #5031D4
RGB
CMYK
RGB Variations
Color information
#5031D4 (or 0x5031D4) is known color: Purple Heart. HEX triplet: 50, 31 and D4. RGB value is (80,49,212). Sum of RGB (Red+Green+Blue) = 80+49+212=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #5031D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5031D4 is #AFCE2B. Grayscale: #4C4C4C. Windows color (decimal): -11521580 or 13906256. OLE color: 13906256.
HSL color Cylindrical-coordinate representation of color #5031D4: hue angle of 251.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5031D4 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 49 | 212 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.17 |
| HSL | 251.41º | 0.65% | 0.51% | - |
| HSV(B) | 251.41º | 0.77% | 0.83% | - |
| XYZ | 16.29 | 8.66 | 63.1 | - |
| YUV | 76.85 | 204.27 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 212 | 0.62 | 0.77 | 0 | 0.17 | 251.41 | 0.65 | 0.51 |
| Hex | 50 | 31 | D4 | 3E | 4D | 0 | 11 | FB | 41 | 33 |
| Octal | 120 | 61 | 324 | 76 | 115 | 0 | 21 | 373 | 101 | 63 |
| Binary | 1010000 | 110001 | 11010100 | 111110 | 1001101 | 0 | 10001 | 11111011 | 1000001 | 110011 |
Color Harmonies of #5031D4
Complementary color
Monochromatic Colors of #5031D4
Black with #5031D4
Text Example
Text Example
White with #5031D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031D4; }
p { color: rgb(80,49,212); }
H1.HeaderClassName
{
color: #5031D4;
}
.AnyTagClassName
{
color: #5031D4;
}
</style>
background-color css
<style>
a { background-color: #5031D4; }
a { background-color: rgb(80,49,212); }
div.DivClassName
{
background-color: #5031D4;
}
.BgClassName
{
background-color: #5031D4;
}
</style>
border-color css
<style>
span { border-color: #5031D4; }
span { border-color: rgb(80,49,212); }
td.TdClassName
{
border-color: #5031D4;
}
.TagClassName
{
border-color: #5031D4;
}
</style>