Shades of Purple Heart #502CDA
Tints of Purple Heart #502CDA
RGB
CMYK
RGB Variations
Color information
#502CDA (or 0x502CDA) is known color: Purple Heart. HEX triplet: 50, 2C and DA. RGB value is (80,44,218). Sum of RGB (Red+Green+Blue) = 80+44+218=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #502CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CDA is #AFD325. Grayscale: #494949. Windows color (decimal): -11522854 or 14298192. OLE color: 14298192.
HSL color Cylindrical-coordinate representation of color #502CDA: hue angle of 252.41º 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 #502CDA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 44 | 218 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.15 |
| HSL | 252.41º | 0.7% | 0.51% | - |
| HSV(B) | 252.41º | 0.8% | 0.85% | - |
| XYZ | 16.86 | 8.57 | 67.09 | - |
| YUV | 74.6 | 208.93 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 218 | 0.63 | 0.80 | 0 | 0.15 | 252.41 | 0.7 | 0.51 |
| Hex | 50 | 2C | DA | 3F | 50 | 0 | F | FC | 46 | 33 |
| Octal | 120 | 54 | 332 | 77 | 120 | 0 | 17 | 374 | 106 | 63 |
| Binary | 1010000 | 101100 | 11011010 | 111111 | 1010000 | 0 | 1111 | 11111100 | 1000110 | 110011 |
Color Harmonies of #502CDA
Complementary color
Monochromatic Colors of #502CDA
Black with #502CDA
Text Example
Text Example
White with #502CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CDA; }
p { color: rgb(80,44,218); }
H1.HeaderClassName
{
color: #502CDA;
}
.AnyTagClassName
{
color: #502CDA;
}
</style>
background-color css
<style>
a { background-color: #502CDA; }
a { background-color: rgb(80,44,218); }
div.DivClassName
{
background-color: #502CDA;
}
.BgClassName
{
background-color: #502CDA;
}
</style>
border-color css
<style>
span { border-color: #502CDA; }
span { border-color: rgb(80,44,218); }
td.TdClassName
{
border-color: #502CDA;
}
.TagClassName
{
border-color: #502CDA;
}
</style>