Shades of Purple Heart #5037DD
Tints of Purple Heart #5037DD
RGB
CMYK
RGB Variations
Color information
#5037DD (or 0x5037DD) is known color: Purple Heart. HEX triplet: 50, 37 and DD. RGB value is (80,55,221). Sum of RGB (Red+Green+Blue) = 80+55+221=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #5037DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5037DD is #AFC822. Grayscale: #505050. Windows color (decimal): -11520035 or 14497616. OLE color: 14497616.
HSL color Cylindrical-coordinate representation of color #5037DD: hue angle of 249.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5037DD is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 55 | 221 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.13 |
| HSL | 249.04º | 0.71% | 0.54% | - |
| HSV(B) | 249.04º | 0.75% | 0.87% | - |
| XYZ | 17.73 | 9.66 | 69.34 | - |
| YUV | 81.4 | 206.78 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 221 | 0.64 | 0.75 | 0 | 0.13 | 249.04 | 0.71 | 0.54 |
| Hex | 50 | 37 | DD | 40 | 4B | 0 | D | F9 | 47 | 36 |
| Octal | 120 | 67 | 335 | 100 | 113 | 0 | 15 | 371 | 107 | 66 |
| Binary | 1010000 | 110111 | 11011101 | 1000000 | 1001011 | 0 | 1101 | 11111001 | 1000111 | 110110 |
Color Harmonies of #5037DD
Complementary color
Monochromatic Colors of #5037DD
Black with #5037DD
Text Example
Text Example
White with #5037DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037DD; }
p { color: rgb(80,55,221); }
H1.HeaderClassName
{
color: #5037DD;
}
.AnyTagClassName
{
color: #5037DD;
}
</style>
background-color css
<style>
a { background-color: #5037DD; }
a { background-color: rgb(80,55,221); }
div.DivClassName
{
background-color: #5037DD;
}
.BgClassName
{
background-color: #5037DD;
}
</style>
border-color css
<style>
span { border-color: #5037DD; }
span { border-color: rgb(80,55,221); }
td.TdClassName
{
border-color: #5037DD;
}
.TagClassName
{
border-color: #5037DD;
}
</style>