Shades of Purple Heart #502BDB
Tints of Purple Heart #502BDB
RGB
CMYK
RGB Variations
Color information
#502BDB (or 0x502BDB) is known color: Purple Heart. HEX triplet: 50, 2B and DB. RGB value is (80,43,219). Sum of RGB (Red+Green+Blue) = 80+43+219=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #502BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BDB is #AFD424. Grayscale: #494949. Windows color (decimal): -11523109 or 14363472. OLE color: 14363472.
HSL color Cylindrical-coordinate representation of color #502BDB: hue angle of 252.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502BDB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 43 | 219 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.14 |
| HSL | 252.61º | 0.71% | 0.51% | - |
| HSV(B) | 252.61º | 0.8% | 0.86% | - |
| XYZ | 16.96 | 8.55 | 67.77 | - |
| YUV | 74.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 219 | 0.63 | 0.80 | 0 | 0.14 | 252.61 | 0.71 | 0.51 |
| Hex | 50 | 2B | DB | 3F | 50 | 0 | E | FD | 47 | 33 |
| Octal | 120 | 53 | 333 | 77 | 120 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1010000 | 101011 | 11011011 | 111111 | 1010000 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #502BDB
Complementary color
Monochromatic Colors of #502BDB
Black with #502BDB
Text Example
Text Example
White with #502BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BDB; }
p { color: rgb(80,43,219); }
H1.HeaderClassName
{
color: #502BDB;
}
.AnyTagClassName
{
color: #502BDB;
}
</style>
background-color css
<style>
a { background-color: #502BDB; }
a { background-color: rgb(80,43,219); }
div.DivClassName
{
background-color: #502BDB;
}
.BgClassName
{
background-color: #502BDB;
}
</style>
border-color css
<style>
span { border-color: #502BDB; }
span { border-color: rgb(80,43,219); }
td.TdClassName
{
border-color: #502BDB;
}
.TagClassName
{
border-color: #502BDB;
}
</style>