Shades of Purple Heart #5020BC
Tints of Purple Heart #5020BC
RGB
CMYK
RGB Variations
Color information
#5020BC (or 0x5020BC) is known color: Purple Heart. HEX triplet: 50, 20 and BC. RGB value is (80,32,188). Sum of RGB (Red+Green+Blue) = 80+32+188=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #5020BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020BC is #AFDF43. Grayscale: #3F3F3F. Windows color (decimal): -11525956 or 12329040. OLE color: 12329040.
HSL color Cylindrical-coordinate representation of color #5020BC: hue angle of 258.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5020BC is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 32 | 188 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.26 |
| HSL | 258.46º | 0.71% | 0.43% | - |
| HSV(B) | 258.46º | 0.83% | 0.74% | - |
| XYZ | 12.9 | 6.37 | 48.13 | - |
| YUV | 64.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 188 | 0.57 | 0.83 | 0 | 0.26 | 258.46 | 0.71 | 0.43 |
| Hex | 50 | 20 | BC | 39 | 53 | 0 | 1A | 102 | 47 | 2B |
| Octal | 120 | 40 | 274 | 71 | 123 | 0 | 32 | 402 | 107 | 53 |
| Binary | 1010000 | 100000 | 10111100 | 111001 | 1010011 | 0 | 11010 | 100000010 | 1000111 | 101011 |
Color Harmonies of #5020BC
Complementary color
Monochromatic Colors of #5020BC
Black with #5020BC
Text Example
Text Example
White with #5020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5020BC; }
p { color: rgb(80,32,188); }
H1.HeaderClassName
{
color: #5020BC;
}
.AnyTagClassName
{
color: #5020BC;
}
</style>
background-color css
<style>
a { background-color: #5020BC; }
a { background-color: rgb(80,32,188); }
div.DivClassName
{
background-color: #5020BC;
}
.BgClassName
{
background-color: #5020BC;
}
</style>
border-color css
<style>
span { border-color: #5020BC; }
span { border-color: rgb(80,32,188); }
td.TdClassName
{
border-color: #5020BC;
}
.TagClassName
{
border-color: #5020BC;
}
</style>