Shades of Purple Heart #502FBB
Tints of Purple Heart #502FBB
RGB
CMYK
RGB Variations
Color information
#502FBB (or 0x502FBB) is known color: Purple Heart. HEX triplet: 50, 2F and BB. RGB value is (80,47,187). Sum of RGB (Red+Green+Blue) = 80+47+187=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #502FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FBB is #AFD044. Grayscale: #484848. Windows color (decimal): -11522117 or 12267344. OLE color: 12267344.
HSL color Cylindrical-coordinate representation of color #502FBB: hue angle of 254.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502FBB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 47 | 187 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.27 |
| HSL | 254.14º | 0.6% | 0.46% | - |
| HSV(B) | 254.14º | 0.75% | 0.73% | - |
| XYZ | 13.29 | 7.33 | 47.73 | - |
| YUV | 72.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 187 | 0.57 | 0.75 | 0 | 0.27 | 254.14 | 0.6 | 0.46 |
| Hex | 50 | 2F | BB | 39 | 4B | 0 | 1B | FE | 3C | 2E |
| Octal | 120 | 57 | 273 | 71 | 113 | 0 | 33 | 376 | 74 | 56 |
| Binary | 1010000 | 101111 | 10111011 | 111001 | 1001011 | 0 | 11011 | 11111110 | 111100 | 101110 |
Color Harmonies of #502FBB
Complementary color
Monochromatic Colors of #502FBB
Black with #502FBB
Text Example
Text Example
White with #502FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FBB; }
p { color: rgb(80,47,187); }
H1.HeaderClassName
{
color: #502FBB;
}
.AnyTagClassName
{
color: #502FBB;
}
</style>
background-color css
<style>
a { background-color: #502FBB; }
a { background-color: rgb(80,47,187); }
div.DivClassName
{
background-color: #502FBB;
}
.BgClassName
{
background-color: #502FBB;
}
</style>
border-color css
<style>
span { border-color: #502FBB; }
span { border-color: rgb(80,47,187); }
td.TdClassName
{
border-color: #502FBB;
}
.TagClassName
{
border-color: #502FBB;
}
</style>