Shades of Purple Heart #3E29BA
Tints of Purple Heart #3E29BA
RGB
CMYK
RGB Variations
Color information
#3E29BA (or 0x3E29BA) is known color: Purple Heart. HEX triplet: 3E, 29 and BA. RGB value is (62,41,186). Sum of RGB (Red+Green+Blue) = 62+41+186=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29BA is #C1D645. Grayscale: #3F3F3F. Windows color (decimal): -12703302 or 12200254. OLE color: 12200254.
HSL color Cylindrical-coordinate representation of color #3E29BA: hue angle of 248.69º 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 #3E29BA is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 41 | 186 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.27 |
| HSL | 248.69º | 0.64% | 0.45% | - |
| HSV(B) | 248.69º | 0.78% | 0.73% | - |
| XYZ | 11.64 | 6.16 | 47.03 | - |
| YUV | 63.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 186 | 0.67 | 0.78 | 0 | 0.27 | 248.69 | 0.64 | 0.45 |
| Hex | 3E | 29 | BA | 43 | 4E | 0 | 1B | F9 | 40 | 2D |
| Octal | 76 | 51 | 272 | 103 | 116 | 0 | 33 | 371 | 100 | 55 |
| Binary | 111110 | 101001 | 10111010 | 1000011 | 1001110 | 0 | 11011 | 11111001 | 1000000 | 101101 |
Color Harmonies of #3E29BA
Complementary color
Monochromatic Colors of #3E29BA
Black with #3E29BA
Text Example
Text Example
White with #3E29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29BA; }
p { color: rgb(62,41,186); }
H1.HeaderClassName
{
color: #3E29BA;
}
.AnyTagClassName
{
color: #3E29BA;
}
</style>
background-color css
<style>
a { background-color: #3E29BA; }
a { background-color: rgb(62,41,186); }
div.DivClassName
{
background-color: #3E29BA;
}
.BgClassName
{
background-color: #3E29BA;
}
</style>
border-color css
<style>
span { border-color: #3E29BA; }
span { border-color: rgb(62,41,186); }
td.TdClassName
{
border-color: #3E29BA;
}
.TagClassName
{
border-color: #3E29BA;
}
</style>