Shades of Purple Heart #4929BD
Tints of Purple Heart #4929BD
RGB
CMYK
RGB Variations
Color information
#4929BD (or 0x4929BD) is known color: Purple Heart. HEX triplet: 49, 29 and BD. RGB value is (73,41,189). Sum of RGB (Red+Green+Blue) = 73+41+189=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #4929BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929BD is #B6D642. Grayscale: #424242. Windows color (decimal): -11982403 or 12396873. OLE color: 12396873.
HSL color Cylindrical-coordinate representation of color #4929BD: hue angle of 252.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4929BD is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 41 | 189 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.26 |
| HSL | 252.97º | 0.64% | 0.45% | - |
| HSV(B) | 252.97º | 0.78% | 0.74% | - |
| XYZ | 12.73 | 6.68 | 48.76 | - |
| YUV | 67.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 189 | 0.61 | 0.78 | 0 | 0.26 | 252.97 | 0.64 | 0.45 |
| Hex | 49 | 29 | BD | 3D | 4E | 0 | 1A | FD | 40 | 2D |
| Octal | 111 | 51 | 275 | 75 | 116 | 0 | 32 | 375 | 100 | 55 |
| Binary | 1001001 | 101001 | 10111101 | 111101 | 1001110 | 0 | 11010 | 11111101 | 1000000 | 101101 |
Color Harmonies of #4929BD
Complementary color
Monochromatic Colors of #4929BD
Black with #4929BD
Text Example
Text Example
White with #4929BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929BD; }
p { color: rgb(73,41,189); }
H1.HeaderClassName
{
color: #4929BD;
}
.AnyTagClassName
{
color: #4929BD;
}
</style>
background-color css
<style>
a { background-color: #4929BD; }
a { background-color: rgb(73,41,189); }
div.DivClassName
{
background-color: #4929BD;
}
.BgClassName
{
background-color: #4929BD;
}
</style>
border-color css
<style>
span { border-color: #4929BD; }
span { border-color: rgb(73,41,189); }
td.TdClassName
{
border-color: #4929BD;
}
.TagClassName
{
border-color: #4929BD;
}
</style>