Shades of Purple Heart #502FDB
Tints of Purple Heart #502FDB
RGB
CMYK
RGB Variations
Color information
#502FDB (or 0x502FDB) is known color: Purple Heart. HEX triplet: 50, 2F and DB. RGB value is (80,47,219). Sum of RGB (Red+Green+Blue) = 80+47+219=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #502FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FDB is #AFD024. Grayscale: #4B4B4B. Windows color (decimal): -11522085 or 14364496. OLE color: 14364496.
HSL color Cylindrical-coordinate representation of color #502FDB: hue angle of 251.51º degrees, saturation: 0.7, 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 #502FDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 47 | 219 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.14 |
| HSL | 251.51º | 0.7% | 0.52% | - |
| HSV(B) | 251.51º | 0.79% | 0.86% | - |
| XYZ | 17.11 | 8.85 | 67.82 | - |
| YUV | 76.48 | 208.43 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 219 | 0.63 | 0.79 | 0 | 0.14 | 251.51 | 0.7 | 0.52 |
| Hex | 50 | 2F | DB | 3F | 4F | 0 | E | FC | 46 | 34 |
| Octal | 120 | 57 | 333 | 77 | 117 | 0 | 16 | 374 | 106 | 64 |
| Binary | 1010000 | 101111 | 11011011 | 111111 | 1001111 | 0 | 1110 | 11111100 | 1000110 | 110100 |
Color Harmonies of #502FDB
Complementary color
Monochromatic Colors of #502FDB
Black with #502FDB
Text Example
Text Example
White with #502FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FDB; }
p { color: rgb(80,47,219); }
H1.HeaderClassName
{
color: #502FDB;
}
.AnyTagClassName
{
color: #502FDB;
}
</style>
background-color css
<style>
a { background-color: #502FDB; }
a { background-color: rgb(80,47,219); }
div.DivClassName
{
background-color: #502FDB;
}
.BgClassName
{
background-color: #502FDB;
}
</style>
border-color css
<style>
span { border-color: #502FDB; }
span { border-color: rgb(80,47,219); }
td.TdClassName
{
border-color: #502FDB;
}
.TagClassName
{
border-color: #502FDB;
}
</style>