Shades of Purple Heart #502DBB
Tints of Purple Heart #502DBB
RGB
CMYK
RGB Variations
Color information
#502DBB (or 0x502DBB) is known color: Purple Heart. HEX triplet: 50, 2D and BB. RGB value is (80,45,187). Sum of RGB (Red+Green+Blue) = 80+45+187=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #502DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DBB is #AFD244. Grayscale: #474747. Windows color (decimal): -11522629 or 12266832. OLE color: 12266832.
HSL color Cylindrical-coordinate representation of color #502DBB: hue angle of 254.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502DBB is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 45 | 187 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.27 |
| HSL | 254.79º | 0.61% | 0.45% | - |
| HSV(B) | 254.79º | 0.76% | 0.73% | - |
| XYZ | 13.22 | 7.17 | 47.7 | - |
| YUV | 71.65 | 193.1 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 187 | 0.57 | 0.76 | 0 | 0.27 | 254.79 | 0.61 | 0.45 |
| Hex | 50 | 2D | BB | 39 | 4C | 0 | 1B | FF | 3D | 2D |
| Octal | 120 | 55 | 273 | 71 | 114 | 0 | 33 | 377 | 75 | 55 |
| Binary | 1010000 | 101101 | 10111011 | 111001 | 1001100 | 0 | 11011 | 11111111 | 111101 | 101101 |
Color Harmonies of #502DBB
Complementary color
Monochromatic Colors of #502DBB
Black with #502DBB
Text Example
Text Example
White with #502DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DBB; }
p { color: rgb(80,45,187); }
H1.HeaderClassName
{
color: #502DBB;
}
.AnyTagClassName
{
color: #502DBB;
}
</style>
background-color css
<style>
a { background-color: #502DBB; }
a { background-color: rgb(80,45,187); }
div.DivClassName
{
background-color: #502DBB;
}
.BgClassName
{
background-color: #502DBB;
}
</style>
border-color css
<style>
span { border-color: #502DBB; }
span { border-color: rgb(80,45,187); }
td.TdClassName
{
border-color: #502DBB;
}
.TagClassName
{
border-color: #502DBB;
}
</style>