Shades of Purple Heart #502FBC
Tints of Purple Heart #502FBC
RGB
CMYK
RGB Variations
Color information
#502FBC (or 0x502FBC) is known color: Purple Heart. HEX triplet: 50, 2F and BC. RGB value is (80,47,188). Sum of RGB (Red+Green+Blue) = 80+47+188=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #502FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FBC is #AFD043. Grayscale: #484848. Windows color (decimal): -11522116 or 12332880. OLE color: 12332880.
HSL color Cylindrical-coordinate representation of color #502FBC: hue angle of 254.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502FBC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 47 | 188 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.26 |
| HSL | 254.04º | 0.6% | 0.46% | - |
| HSV(B) | 254.04º | 0.75% | 0.74% | - |
| XYZ | 13.4 | 7.37 | 48.29 | - |
| YUV | 72.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 188 | 0.57 | 0.75 | 0 | 0.26 | 254.04 | 0.6 | 0.46 |
| Hex | 50 | 2F | BC | 39 | 4B | 0 | 1A | FE | 3C | 2E |
| Octal | 120 | 57 | 274 | 71 | 113 | 0 | 32 | 376 | 74 | 56 |
| Binary | 1010000 | 101111 | 10111100 | 111001 | 1001011 | 0 | 11010 | 11111110 | 111100 | 101110 |
Color Harmonies of #502FBC
Complementary color
Monochromatic Colors of #502FBC
Black with #502FBC
Text Example
Text Example
White with #502FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FBC; }
p { color: rgb(80,47,188); }
H1.HeaderClassName
{
color: #502FBC;
}
.AnyTagClassName
{
color: #502FBC;
}
</style>
background-color css
<style>
a { background-color: #502FBC; }
a { background-color: rgb(80,47,188); }
div.DivClassName
{
background-color: #502FBC;
}
.BgClassName
{
background-color: #502FBC;
}
</style>
border-color css
<style>
span { border-color: #502FBC; }
span { border-color: rgb(80,47,188); }
td.TdClassName
{
border-color: #502FBC;
}
.TagClassName
{
border-color: #502FBC;
}
</style>