Shades of Purple Heart #4929B2
Tints of Purple Heart #4929B2
RGB
CMYK
RGB Variations
Color information
#4929B2 (or 0x4929B2) is known color: Purple Heart. HEX triplet: 49, 29 and B2. RGB value is (73,41,178). Sum of RGB (Red+Green+Blue) = 73+41+178=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #4929B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4929B2 is #B6D64D. Grayscale: #414141. Windows color (decimal): -11982414 or 11675977. OLE color: 11675977.
HSL color Cylindrical-coordinate representation of color #4929B2: hue angle of 254.01º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4929B2 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 41 | 178 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.30 |
| HSL | 254.01º | 0.63% | 0.43% | - |
| HSV(B) | 254.01º | 0.77% | 0.7% | - |
| XYZ | 11.58 | 6.22 | 42.71 | - |
| YUV | 66.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 178 | 0.59 | 0.77 | 0 | 0.30 | 254.01 | 0.63 | 0.43 |
| Hex | 49 | 29 | B2 | 3B | 4D | 0 | 1E | FE | 3F | 2B |
| Octal | 111 | 51 | 262 | 73 | 115 | 0 | 36 | 376 | 77 | 53 |
| Binary | 1001001 | 101001 | 10110010 | 111011 | 1001101 | 0 | 11110 | 11111110 | 111111 | 101011 |
Color Harmonies of #4929B2
Complementary color
Monochromatic Colors of #4929B2
Black with #4929B2
Text Example
Text Example
White with #4929B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929B2; }
p { color: rgb(73,41,178); }
H1.HeaderClassName
{
color: #4929B2;
}
.AnyTagClassName
{
color: #4929B2;
}
</style>
background-color css
<style>
a { background-color: #4929B2; }
a { background-color: rgb(73,41,178); }
div.DivClassName
{
background-color: #4929B2;
}
.BgClassName
{
background-color: #4929B2;
}
</style>
border-color css
<style>
span { border-color: #4929B2; }
span { border-color: rgb(73,41,178); }
td.TdClassName
{
border-color: #4929B2;
}
.TagClassName
{
border-color: #4929B2;
}
</style>