Shades of Purple Heart #502DBE
Tints of Purple Heart #502DBE
RGB
CMYK
RGB Variations
Color information
#502DBE (or 0x502DBE) is known color: Purple Heart. HEX triplet: 50, 2D and BE. RGB value is (80,45,190). Sum of RGB (Red+Green+Blue) = 80+45+190=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #502DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DBE is #AFD241. Grayscale: #474747. Windows color (decimal): -11522626 or 12463440. OLE color: 12463440.
HSL color Cylindrical-coordinate representation of color #502DBE: hue angle of 254.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502DBE is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 45 | 190 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.25 |
| HSL | 254.48º | 0.62% | 0.46% | - |
| HSV(B) | 254.48º | 0.76% | 0.75% | - |
| XYZ | 13.54 | 7.3 | 49.41 | - |
| YUV | 72 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 190 | 0.58 | 0.76 | 0 | 0.25 | 254.48 | 0.62 | 0.46 |
| Hex | 50 | 2D | BE | 3A | 4C | 0 | 19 | FE | 3E | 2E |
| Octal | 120 | 55 | 276 | 72 | 114 | 0 | 31 | 376 | 76 | 56 |
| Binary | 1010000 | 101101 | 10111110 | 111010 | 1001100 | 0 | 11001 | 11111110 | 111110 | 101110 |
Color Harmonies of #502DBE
Complementary color
Monochromatic Colors of #502DBE
Black with #502DBE
Text Example
Text Example
White with #502DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DBE; }
p { color: rgb(80,45,190); }
H1.HeaderClassName
{
color: #502DBE;
}
.AnyTagClassName
{
color: #502DBE;
}
</style>
background-color css
<style>
a { background-color: #502DBE; }
a { background-color: rgb(80,45,190); }
div.DivClassName
{
background-color: #502DBE;
}
.BgClassName
{
background-color: #502DBE;
}
</style>
border-color css
<style>
span { border-color: #502DBE; }
span { border-color: rgb(80,45,190); }
td.TdClassName
{
border-color: #502DBE;
}
.TagClassName
{
border-color: #502DBE;
}
</style>