Shades of Purple Heart #4900BC
Tints of Purple Heart #4900BC
RGB
CMYK
RGB Variations
Color information
#4900BC (or 0x4900BC) is known color: Purple Heart. HEX triplet: 49, 00 and BC. RGB value is (73,0,188). Sum of RGB (Red+Green+Blue) = 73+0+188=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #4900BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900BC is #B6FF43. Grayscale: #2A2A2A. Windows color (decimal): -11992900 or 12320841. OLE color: 12320841.
HSL color Cylindrical-coordinate representation of color #4900BC: hue angle of 263.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900BC is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 0 | 188 | - |
| CMYK | 0.61 | 1 | 0 | 0.26 |
| HSL | 263.3º | 1% | 0.37% | - |
| HSV(B) | 263.3º | 1% | 0.74% | - |
| XYZ | 11.82 | 5.05 | 47.93 | - |
| YUV | 43.26 | 209.68 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 188 | 0.61 | 1 | 0 | 0.26 | 263.3 | 1 | 0.37 |
| Hex | 49 | 0 | BC | 3D | 64 | 0 | 1A | 107 | 64 | 25 |
| Octal | 111 | 0 | 274 | 75 | 144 | 0 | 32 | 407 | 144 | 45 |
| Binary | 1001001 | 0 | 10111100 | 111101 | 1100100 | 0 | 11010 | 100000111 | 1100100 | 100101 |
Color Harmonies of #4900BC
Complementary color
Monochromatic Colors of #4900BC
Black with #4900BC
Text Example
Text Example
White with #4900BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900BC; }
p { color: rgb(73,0,188); }
H1.HeaderClassName
{
color: #4900BC;
}
.AnyTagClassName
{
color: #4900BC;
}
</style>
background-color css
<style>
a { background-color: #4900BC; }
a { background-color: rgb(73,0,188); }
div.DivClassName
{
background-color: #4900BC;
}
.BgClassName
{
background-color: #4900BC;
}
</style>
border-color css
<style>
span { border-color: #4900BC; }
span { border-color: rgb(73,0,188); }
td.TdClassName
{
border-color: #4900BC;
}
.TagClassName
{
border-color: #4900BC;
}
</style>