Shades of Purple Heart #502BAD
Tints of Purple Heart #502BAD
RGB
CMYK
RGB Variations
Color information
#502BAD (or 0x502BAD) is known color: Purple Heart. HEX triplet: 50, 2B and AD. RGB value is (80,43,173). Sum of RGB (Red+Green+Blue) = 80+43+173=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #502BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502BAD is #AFD452. Grayscale: #444444. Windows color (decimal): -11523155 or 11348816. OLE color: 11348816.
HSL color Cylindrical-coordinate representation of color #502BAD: hue angle of 257.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502BAD is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 43 | 173 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.32 |
| HSL | 257.08º | 0.6% | 0.42% | - |
| HSV(B) | 257.08º | 0.75% | 0.68% | - |
| XYZ | 11.71 | 6.45 | 40.16 | - |
| YUV | 68.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 173 | 0.54 | 0.75 | 0 | 0.32 | 257.08 | 0.6 | 0.42 |
| Hex | 50 | 2B | AD | 36 | 4B | 0 | 20 | 101 | 3C | 2A |
| Octal | 120 | 53 | 255 | 66 | 113 | 0 | 40 | 401 | 74 | 52 |
| Binary | 1010000 | 101011 | 10101101 | 110110 | 1001011 | 0 | 100000 | 100000001 | 111100 | 101010 |
Color Harmonies of #502BAD
Complementary color
Monochromatic Colors of #502BAD
Black with #502BAD
Text Example
Text Example
White with #502BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BAD; }
p { color: rgb(80,43,173); }
H1.HeaderClassName
{
color: #502BAD;
}
.AnyTagClassName
{
color: #502BAD;
}
</style>
background-color css
<style>
a { background-color: #502BAD; }
a { background-color: rgb(80,43,173); }
div.DivClassName
{
background-color: #502BAD;
}
.BgClassName
{
background-color: #502BAD;
}
</style>
border-color css
<style>
span { border-color: #502BAD; }
span { border-color: rgb(80,43,173); }
td.TdClassName
{
border-color: #502BAD;
}
.TagClassName
{
border-color: #502BAD;
}
</style>