Shades of Purple Heart #502BDA
Tints of Purple Heart #502BDA
RGB
CMYK
RGB Variations
Color information
#502BDA (or 0x502BDA) is known color: Purple Heart. HEX triplet: 50, 2B and DA. RGB value is (80,43,218). Sum of RGB (Red+Green+Blue) = 80+43+218=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #502BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BDA is #AFD425. Grayscale: #494949. Windows color (decimal): -11523110 or 14297936. OLE color: 14297936.
HSL color Cylindrical-coordinate representation of color #502BDA: hue angle of 252.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502BDA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 43 | 218 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.15 |
| HSL | 252.69º | 0.7% | 0.51% | - |
| HSV(B) | 252.69º | 0.8% | 0.85% | - |
| XYZ | 16.83 | 8.5 | 67.08 | - |
| YUV | 74.01 | 209.26 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 218 | 0.63 | 0.80 | 0 | 0.15 | 252.69 | 0.7 | 0.51 |
| Hex | 50 | 2B | DA | 3F | 50 | 0 | F | FD | 46 | 33 |
| Octal | 120 | 53 | 332 | 77 | 120 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010000 | 101011 | 11011010 | 111111 | 1010000 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #502BDA
Complementary color
Monochromatic Colors of #502BDA
Black with #502BDA
Text Example
Text Example
White with #502BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BDA; }
p { color: rgb(80,43,218); }
H1.HeaderClassName
{
color: #502BDA;
}
.AnyTagClassName
{
color: #502BDA;
}
</style>
background-color css
<style>
a { background-color: #502BDA; }
a { background-color: rgb(80,43,218); }
div.DivClassName
{
background-color: #502BDA;
}
.BgClassName
{
background-color: #502BDA;
}
</style>
border-color css
<style>
span { border-color: #502BDA; }
span { border-color: rgb(80,43,218); }
td.TdClassName
{
border-color: #502BDA;
}
.TagClassName
{
border-color: #502BDA;
}
</style>