Shades of Purple Heart #4931BC
Tints of Purple Heart #4931BC
RGB
CMYK
RGB Variations
Color information
#4931BC (or 0x4931BC) is known color: Purple Heart. HEX triplet: 49, 31 and BC. RGB value is (73,49,188). Sum of RGB (Red+Green+Blue) = 73+49+188=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #4931BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931BC is #B6CE43. Grayscale: #474747. Windows color (decimal): -11980356 or 12333385. OLE color: 12333385.
HSL color Cylindrical-coordinate representation of color #4931BC: hue angle of 250.36º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4931BC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 49 | 188 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.26 |
| HSL | 250.36º | 0.59% | 0.46% | - |
| HSV(B) | 250.36º | 0.74% | 0.74% | - |
| XYZ | 12.92 | 7.24 | 48.29 | - |
| YUV | 72.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 188 | 0.61 | 0.74 | 0 | 0.26 | 250.36 | 0.59 | 0.46 |
| Hex | 49 | 31 | BC | 3D | 4A | 0 | 1A | FA | 3B | 2E |
| Octal | 111 | 61 | 274 | 75 | 112 | 0 | 32 | 372 | 73 | 56 |
| Binary | 1001001 | 110001 | 10111100 | 111101 | 1001010 | 0 | 11010 | 11111010 | 111011 | 101110 |
Color Harmonies of #4931BC
Complementary color
Monochromatic Colors of #4931BC
Black with #4931BC
Text Example
Text Example
White with #4931BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4931BC; }
p { color: rgb(73,49,188); }
H1.HeaderClassName
{
color: #4931BC;
}
.AnyTagClassName
{
color: #4931BC;
}
</style>
background-color css
<style>
a { background-color: #4931BC; }
a { background-color: rgb(73,49,188); }
div.DivClassName
{
background-color: #4931BC;
}
.BgClassName
{
background-color: #4931BC;
}
</style>
border-color css
<style>
span { border-color: #4931BC; }
span { border-color: rgb(73,49,188); }
td.TdClassName
{
border-color: #4931BC;
}
.TagClassName
{
border-color: #4931BC;
}
</style>