Shades of Purple Heart #502DDB
Tints of Purple Heart #502DDB
RGB
CMYK
RGB Variations
Color information
#502DDB (or 0x502DDB) is known color: Purple Heart. HEX triplet: 50, 2D and DB. RGB value is (80,45,219). Sum of RGB (Red+Green+Blue) = 80+45+219=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #502DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DDB is #AFD224. Grayscale: #4A4A4A. Windows color (decimal): -11522597 or 14363984. OLE color: 14363984.
HSL color Cylindrical-coordinate representation of color #502DDB: hue angle of 252.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502DDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 45 | 219 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.14 |
| HSL | 252.07º | 0.71% | 0.52% | - |
| HSV(B) | 252.07º | 0.79% | 0.86% | - |
| XYZ | 17.03 | 8.7 | 67.8 | - |
| YUV | 75.3 | 209.1 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 219 | 0.63 | 0.79 | 0 | 0.14 | 252.07 | 0.71 | 0.52 |
| Hex | 50 | 2D | DB | 3F | 4F | 0 | E | FC | 47 | 34 |
| Octal | 120 | 55 | 333 | 77 | 117 | 0 | 16 | 374 | 107 | 64 |
| Binary | 1010000 | 101101 | 11011011 | 111111 | 1001111 | 0 | 1110 | 11111100 | 1000111 | 110100 |
Color Harmonies of #502DDB
Complementary color
Monochromatic Colors of #502DDB
Black with #502DDB
Text Example
Text Example
White with #502DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DDB; }
p { color: rgb(80,45,219); }
H1.HeaderClassName
{
color: #502DDB;
}
.AnyTagClassName
{
color: #502DDB;
}
</style>
background-color css
<style>
a { background-color: #502DDB; }
a { background-color: rgb(80,45,219); }
div.DivClassName
{
background-color: #502DDB;
}
.BgClassName
{
background-color: #502DDB;
}
</style>
border-color css
<style>
span { border-color: #502DDB; }
span { border-color: rgb(80,45,219); }
td.TdClassName
{
border-color: #502DDB;
}
.TagClassName
{
border-color: #502DDB;
}
</style>