Shades of Purple Heart #4129BA
Tints of Purple Heart #4129BA
RGB
CMYK
RGB Variations
Color information
#4129BA (or 0x4129BA) is known color: Purple Heart. HEX triplet: 41, 29 and BA. RGB value is (65,41,186). Sum of RGB (Red+Green+Blue) = 65+41+186=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #4129BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4129BA is #BED645. Grayscale: #404040. Windows color (decimal): -12506694 or 12200257. OLE color: 12200257.
HSL color Cylindrical-coordinate representation of color #4129BA: hue angle of 249.93º 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 #4129BA is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 41 | 186 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.27 |
| HSL | 249.93º | 0.64% | 0.45% | - |
| HSV(B) | 249.93º | 0.78% | 0.73% | - |
| XYZ | 11.84 | 6.25 | 47.04 | - |
| YUV | 64.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 186 | 0.65 | 0.78 | 0 | 0.27 | 249.93 | 0.64 | 0.45 |
| Hex | 41 | 29 | BA | 41 | 4E | 0 | 1B | FA | 40 | 2D |
| Octal | 101 | 51 | 272 | 101 | 116 | 0 | 33 | 372 | 100 | 55 |
| Binary | 1000001 | 101001 | 10111010 | 1000001 | 1001110 | 0 | 11011 | 11111010 | 1000000 | 101101 |
Color Harmonies of #4129BA
Complementary color
Monochromatic Colors of #4129BA
Black with #4129BA
Text Example
Text Example
White with #4129BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4129BA; }
p { color: rgb(65,41,186); }
H1.HeaderClassName
{
color: #4129BA;
}
.AnyTagClassName
{
color: #4129BA;
}
</style>
background-color css
<style>
a { background-color: #4129BA; }
a { background-color: rgb(65,41,186); }
div.DivClassName
{
background-color: #4129BA;
}
.BgClassName
{
background-color: #4129BA;
}
</style>
border-color css
<style>
span { border-color: #4129BA; }
span { border-color: rgb(65,41,186); }
td.TdClassName
{
border-color: #4129BA;
}
.TagClassName
{
border-color: #4129BA;
}
</style>