Shades of Purple Heart #502CD7
Tints of Purple Heart #502CD7
RGB
CMYK
RGB Variations
Color information
#502CD7 (or 0x502CD7) is known color: Purple Heart. HEX triplet: 50, 2C and D7. RGB value is (80,44,215). Sum of RGB (Red+Green+Blue) = 80+44+215=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 215 (84.38% from 255 or 63.42% from 339); Max value from RGB is 215 - color contains mainly: blue. Hex color #502CD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CD7 is #AFD328. Grayscale: #494949. Windows color (decimal): -11522857 or 14101584. OLE color: 14101584.
HSL color Cylindrical-coordinate representation of color #502CD7: hue angle of 252.63º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502CD7 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 44 | 215 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.16 |
| HSL | 252.63º | 0.68% | 0.51% | - |
| HSV(B) | 252.63º | 0.8% | 0.84% | - |
| XYZ | 16.47 | 8.41 | 65.05 | - |
| YUV | 74.26 | 207.43 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 215 | 0.63 | 0.80 | 0 | 0.16 | 252.63 | 0.68 | 0.51 |
| Hex | 50 | 2C | D7 | 3F | 50 | 0 | 10 | FD | 44 | 33 |
| Octal | 120 | 54 | 327 | 77 | 120 | 0 | 20 | 375 | 104 | 63 |
| Binary | 1010000 | 101100 | 11010111 | 111111 | 1010000 | 0 | 10000 | 11111101 | 1000100 | 110011 |
Color Harmonies of #502CD7
Complementary color
Monochromatic Colors of #502CD7
Black with #502CD7
Text Example
Text Example
White with #502CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CD7; }
p { color: rgb(80,44,215); }
H1.HeaderClassName
{
color: #502CD7;
}
.AnyTagClassName
{
color: #502CD7;
}
</style>
background-color css
<style>
a { background-color: #502CD7; }
a { background-color: rgb(80,44,215); }
div.DivClassName
{
background-color: #502CD7;
}
.BgClassName
{
background-color: #502CD7;
}
</style>
border-color css
<style>
span { border-color: #502CD7; }
span { border-color: rgb(80,44,215); }
td.TdClassName
{
border-color: #502CD7;
}
.TagClassName
{
border-color: #502CD7;
}
</style>