Shades of Purple Heart #5035DD
Tints of Purple Heart #5035DD
RGB
CMYK
RGB Variations
Color information
#5035DD (or 0x5035DD) is known color: Purple Heart. HEX triplet: 50, 35 and DD. RGB value is (80,53,221). Sum of RGB (Red+Green+Blue) = 80+53+221=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #5035DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035DD is #AFCA22. Grayscale: #4F4F4F. Windows color (decimal): -11520547 or 14497104. OLE color: 14497104.
HSL color Cylindrical-coordinate representation of color #5035DD: hue angle of 249.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5035DD is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 53 | 221 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.13 |
| HSL | 249.64º | 0.71% | 0.54% | - |
| HSV(B) | 249.64º | 0.76% | 0.87% | - |
| XYZ | 17.63 | 9.47 | 69.31 | - |
| YUV | 80.23 | 207.45 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 221 | 0.64 | 0.76 | 0 | 0.13 | 249.64 | 0.71 | 0.54 |
| Hex | 50 | 35 | DD | 40 | 4C | 0 | D | FA | 47 | 36 |
| Octal | 120 | 65 | 335 | 100 | 114 | 0 | 15 | 372 | 107 | 66 |
| Binary | 1010000 | 110101 | 11011101 | 1000000 | 1001100 | 0 | 1101 | 11111010 | 1000111 | 110110 |
Color Harmonies of #5035DD
Complementary color
Monochromatic Colors of #5035DD
Black with #5035DD
Text Example
Text Example
White with #5035DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035DD; }
p { color: rgb(80,53,221); }
H1.HeaderClassName
{
color: #5035DD;
}
.AnyTagClassName
{
color: #5035DD;
}
</style>
background-color css
<style>
a { background-color: #5035DD; }
a { background-color: rgb(80,53,221); }
div.DivClassName
{
background-color: #5035DD;
}
.BgClassName
{
background-color: #5035DD;
}
</style>
border-color css
<style>
span { border-color: #5035DD; }
span { border-color: rgb(80,53,221); }
td.TdClassName
{
border-color: #5035DD;
}
.TagClassName
{
border-color: #5035DD;
}
</style>