Shades of Purple Heart #5031DC
Tints of Purple Heart #5031DC
RGB
CMYK
RGB Variations
Color information
#5031DC (or 0x5031DC) is known color: Purple Heart. HEX triplet: 50, 31 and DC. RGB value is (80,49,220). Sum of RGB (Red+Green+Blue) = 80+49+220=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #5031DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5031DC is #AFCE23. Grayscale: #4D4D4D. Windows color (decimal): -11521572 or 14430544. OLE color: 14430544.
HSL color Cylindrical-coordinate representation of color #5031DC: hue angle of 250.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5031DC is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 49 | 220 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.14 |
| HSL | 250.88º | 0.71% | 0.53% | - |
| HSV(B) | 250.88º | 0.78% | 0.86% | - |
| XYZ | 17.32 | 9.07 | 68.55 | - |
| YUV | 77.76 | 208.27 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 220 | 0.64 | 0.78 | 0 | 0.14 | 250.88 | 0.71 | 0.53 |
| Hex | 50 | 31 | DC | 40 | 4E | 0 | E | FB | 47 | 35 |
| Octal | 120 | 61 | 334 | 100 | 116 | 0 | 16 | 373 | 107 | 65 |
| Binary | 1010000 | 110001 | 11011100 | 1000000 | 1001110 | 0 | 1110 | 11111011 | 1000111 | 110101 |
Color Harmonies of #5031DC
Complementary color
Monochromatic Colors of #5031DC
Black with #5031DC
Text Example
Text Example
White with #5031DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031DC; }
p { color: rgb(80,49,220); }
H1.HeaderClassName
{
color: #5031DC;
}
.AnyTagClassName
{
color: #5031DC;
}
</style>
background-color css
<style>
a { background-color: #5031DC; }
a { background-color: rgb(80,49,220); }
div.DivClassName
{
background-color: #5031DC;
}
.BgClassName
{
background-color: #5031DC;
}
</style>
border-color css
<style>
span { border-color: #5031DC; }
span { border-color: rgb(80,49,220); }
td.TdClassName
{
border-color: #5031DC;
}
.TagClassName
{
border-color: #5031DC;
}
</style>