Shades of Purple Heart #4729BA
Tints of Purple Heart #4729BA
RGB
CMYK
RGB Variations
Color information
#4729BA (or 0x4729BA) is known color: Purple Heart. HEX triplet: 47, 29 and BA. RGB value is (71,41,186). Sum of RGB (Red+Green+Blue) = 71+41+186=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #4729BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4729BA is #B8D645. Grayscale: #414141. Windows color (decimal): -12113478 or 12200263. OLE color: 12200263.
HSL color Cylindrical-coordinate representation of color #4729BA: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4729BA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 41 | 186 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.27 |
| HSL | 252.41º | 0.64% | 0.45% | - |
| HSV(B) | 252.41º | 0.78% | 0.73% | - |
| XYZ | 12.25 | 6.47 | 47.06 | - |
| YUV | 66.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 186 | 0.62 | 0.78 | 0 | 0.27 | 252.41 | 0.64 | 0.45 |
| Hex | 47 | 29 | BA | 3E | 4E | 0 | 1B | FC | 40 | 2D |
| Octal | 107 | 51 | 272 | 76 | 116 | 0 | 33 | 374 | 100 | 55 |
| Binary | 1000111 | 101001 | 10111010 | 111110 | 1001110 | 0 | 11011 | 11111100 | 1000000 | 101101 |
Color Harmonies of #4729BA
Complementary color
Monochromatic Colors of #4729BA
Black with #4729BA
Text Example
Text Example
White with #4729BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4729BA; }
p { color: rgb(71,41,186); }
H1.HeaderClassName
{
color: #4729BA;
}
.AnyTagClassName
{
color: #4729BA;
}
</style>
background-color css
<style>
a { background-color: #4729BA; }
a { background-color: rgb(71,41,186); }
div.DivClassName
{
background-color: #4729BA;
}
.BgClassName
{
background-color: #4729BA;
}
</style>
border-color css
<style>
span { border-color: #4729BA; }
span { border-color: rgb(71,41,186); }
td.TdClassName
{
border-color: #4729BA;
}
.TagClassName
{
border-color: #4729BA;
}
</style>